Author: jablko
Date: Thu Sep 17 16:52:40 2009
New Revision: 3395
Log:
Cosmetic change
Modified:
trunk/apps/qubit/modules/informationobject/actions/editAction.class.php
Modified:
trunk/apps/qubit/modules/informationobject/actions/editAction.class.php
==============================================================================
--- trunk/apps/qubit/modules/informationobject/actions/editAction.class.php
Thu Sep 17 16:49:41 2009 (r3394)
+++ trunk/apps/qubit/modules/informationobject/actions/editAction.class.php
Thu Sep 17 16:52:40 2009 (r3395)
@@ -160,9 +160,9 @@
{
$this->informationObject = new QubitInformationObject;
- if (isset($this->request->id))
+ if (isset($request->id))
{
- $this->informationObject =
QubitInformationObject::getById($this->request->id);
+ $this->informationObject = QubitInformationObject::getById($request->id);
// Check that object exists and that it is not the root
if (!isset($this->informationObject) ||
!isset($this->informationObject->parent))
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---