From a22fa724cdb1dab396b43b2b1666bbef1f048baf Mon Sep 17 00:00:00 2001
From: Silvio <s1lv10@uol.com.br>
Date: Wed, 11 Aug 2010 16:32:15 -0300
Subject: Minor fix

---
 lib/sfIsisImporter.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'lib')

diff --git a/lib/sfIsisImporter.class.php b/lib/sfIsisImporter.class.php
index d0d9a9f..1a8cbba 100644
--- a/lib/sfIsisImporter.class.php
+++ b/lib/sfIsisImporter.class.php
@@ -197,7 +197,7 @@ class sfIsisImporter extends IsisConnector
    */
   public function getBaseModelId(&$model)
   {
-    $method = get . $this->getModelName($model) .'PrimaryKey';
+    $method = 'get' . $this->getModelName($model) .'PrimaryKey';
     if (method_exists($this, $method))
     {
       return $this->{$method}($model);
-- 
cgit v1.2.3