Author: mcantelon
Date: Tue Jan 10 11:35:31 2012
New Revision: 10611

Log:
Fixed issue with calling createOrFetchTerm method without an object 
instantiated.

Modified:
   trunk/lib/QubitFlatfileImport.class.php

Modified: trunk/lib/QubitFlatfileImport.class.php
==============================================================================
--- trunk/lib/QubitFlatfileImport.class.php     Tue Jan 10 10:58:18 2012        
(r10610)
+++ trunk/lib/QubitFlatfileImport.class.php     Tue Jan 10 11:35:31 2012        
(r10611)
@@ -437,7 +437,7 @@
     {
       return $result;
     } else {
-      return $this->createTerm($taxonomyId, $name, $culture);
+      return QubitFlatfileImport::createTerm($taxonomyId, $name, $culture);
     }
   }
 

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/qubit-commits?hl=en.

Reply via email to