From 076afc9d5178131d8a1a2536d280b5f51f8b6a7e Mon Sep 17 00:00:00 2001 From: Silvio Date: Wed, 28 Jul 2010 15:46:07 -0300 Subject: Minor changes --- lib/sfIsisImporter.class.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/sfIsisImporter.class.php') diff --git a/lib/sfIsisImporter.class.php b/lib/sfIsisImporter.class.php index d3866bf..9c98630 100644 --- a/lib/sfIsisImporter.class.php +++ b/lib/sfIsisImporter.class.php @@ -56,12 +56,11 @@ class sfIsisImporter extends sfIsisImporterBase public function addEntry($base_model, $entry) { // Get data and setup the model. + $this->log("Importing $base_model $entry..."); $this->read($entry); $model = new $base_model(); $this->setBaseModelId($model); - $this->log("Importing $base_model $entry..."); - // Dispatch to custom import procedures. foreach (new IsisMethodIterator($this) as $method => $field) { -- cgit v1.2.3