Author: mcantelon
Date: Wed Jan 11 16:57:21 2012
New Revision: 10650

Log:
Fixed bug with event creation.

Modified:
   trunk/lib/QubitFlatfileImport.class.php

Modified: trunk/lib/QubitFlatfileImport.class.php
==============================================================================
--- trunk/lib/QubitFlatfileImport.class.php     Wed Jan 11 16:45:42 2012        
(r10649)
+++ trunk/lib/QubitFlatfileImport.class.php     Wed Jan 11 16:57:21 2012        
(r10650)
@@ -453,7 +453,7 @@
   public function createEvent($typeId, $options = array())
   {
     $event = new QubitEvent;
-    $event->objectId = $this->object->id;
+    $event->informationObjectId = $this->object->id;
     $event->typeId = $typeId;
 
     $allowedOptions = array('date', 'description', 'startDate', 'endDate');

-- 
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