Author: jablko
Date: Wed Oct 13 19:45:37 2010
New Revision: 8094
Log:
Typo, fixes issue 1793
Modified:
trunk/apps/qubit/modules/informationobject/actions/eventFormComponent.class.php
Modified:
trunk/apps/qubit/modules/informationobject/actions/eventFormComponent.class.php
==============================================================================
---
trunk/apps/qubit/modules/informationobject/actions/eventFormComponent.class.php
Wed Oct 13 19:35:56 2010 (r8093)
+++
trunk/apps/qubit/modules/informationobject/actions/eventFormComponent.class.php
Wed Oct 13 19:45:37 2010 (r8094)
@@ -80,7 +80,7 @@
$params = $this->context->routing->parse(Qubit::pathInfo($value));
}
- foreach ($event->objectTermRelationsrelatedByObjectId as $item)
+ foreach ($event->objectTermRelationsRelatedByobjectId as $item)
{
if (isset($value) && $params['_sf_route']->resource->id == $item->id)
{
--
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.