Author: sevein
Date: Tue Dec  1 14:15:35 2009
New Revision: 4016

Log:
Fix typo. In spite of Jack warned me about this, I made this mistake.

Modified:
   trunk/lib/model/QubitInformationObject.php

Modified: trunk/lib/model/QubitInformationObject.php
==============================================================================
--- trunk/lib/model/QubitInformationObject.php  Tue Dec  1 12:20:44 2009        
(r4015)
+++ trunk/lib/model/QubitInformationObject.php  Tue Dec  1 14:15:35 2009        
(r4016)
@@ -1462,7 +1462,7 @@
       $term->save();
       if (isset($options['source']))
       {
-        $newTerm->setNote(array('note' => $options['source'], 'noteTypeId' => 
QubitTerm::SOURCE_NOTE_ID,  'userId' => 
sfContext::getInstance()->user->getAttribute('user_id')));
+        $term->setNote(array('note' => $options['source'], 'noteTypeId' => 
QubitTerm::SOURCE_NOTE_ID,  'userId' => 
sfContext::getInstance()->user->getAttribute('user_id')));
       }
     }
 

--

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