Author: mcantelon
Date: Tue Feb 14 16:15:02 2012
New Revision: 10889
Log:
Fixed container fetching bug.
Modified:
trunk/lib/QubitFlatfileImport.class.php
Modified: trunk/lib/QubitFlatfileImport.class.php
==============================================================================
--- trunk/lib/QubitFlatfileImport.class.php Tue Feb 14 16:03:42 2012
(r10888)
+++ trunk/lib/QubitFlatfileImport.class.php Tue Feb 14 16:15:02 2012
(r10889)
@@ -904,7 +904,7 @@
if ($result)
{
- return QubitPhysicalOject::getById($result->id);
+ return QubitPhysicalObject::getById($result->id);
} else {
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.