Author: sevein
Date: Mon Sep 14 16:04:46 2009
New Revision: 3284
Log:
Fix way to get parent information object.
Modified:
trunk/lib/model/QubitDigitalObject.php
Modified: trunk/lib/model/QubitDigitalObject.php
==============================================================================
--- trunk/lib/model/QubitDigitalObject.php Mon Sep 14 16:03:45 2009
(r3283)
+++ trunk/lib/model/QubitDigitalObject.php Mon Sep 14 16:04:46 2009
(r3284)
@@ -267,7 +267,7 @@
// If DO is a compound object, then create child objects and set to
// display as compound object (with pager)
$this->createCompoundChildren();
- $this->getParentInformationObject->setDisplayAsCompoundObject(1);
+
$this->getParent()->getInformationObject()->setDisplayAsCompoundObject(1);
$this->createThumbnail();
}
else
--~--~---------~--~----~------------~-------~--~----~
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.ca/group/qubit-commits?hl=en
-~----------~----~----~----~------~----~------~--~---