Author: mcantelon
Date: Tue Feb 14 16:03:42 2012
New Revision: 10888
Log:
Fixed bug with container creation.
Modified:
trunk/lib/QubitFlatfileImport.class.php
Modified: trunk/lib/QubitFlatfileImport.class.php
==============================================================================
--- trunk/lib/QubitFlatfileImport.class.php Tue Feb 14 15:46:21 2012
(r10887)
+++ trunk/lib/QubitFlatfileImport.class.php Tue Feb 14 16:03:42 2012
(r10888)
@@ -906,7 +906,7 @@
{
return QubitPhysicalOject::getById($result->id);
} else {
- return $this->createPhysicalObject($name, $history);
+ return $this->createPhysicalObject($name, $location);
}
}
--
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.