Author: mj
Date: Thu Feb 2 07:36:15 2012
New Revision: 10794
Log:
Fix for known issue (may be #2209)
Modified:
trunk/lib/model/QubitInformationObject.php
Modified: trunk/lib/model/QubitInformationObject.php
==============================================================================
--- trunk/lib/model/QubitInformationObject.php Thu Feb 2 00:03:28 2012
(r10793)
+++ trunk/lib/model/QubitInformationObject.php Thu Feb 2 07:36:15 2012
(r10794)
@@ -278,6 +278,8 @@
*/
public function delete($connection = null)
{
+ QubitSearch::deleteInformationObject($this);
+
$this->deletePhysicalObjectRelations();
// Delete subject relations
@@ -305,8 +307,6 @@
}
parent::delete($connection);
-
- QubitSearch::deleteInformationObject($this);
}
/**
--
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.