Author: david
Date: Mon Sep 28 17:02:11 2009
New Revision: 3578
Log:
Fix typo.
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
Mon Sep 28 16:57:27 2009 (r3577)
+++ trunk/apps/qubit/modules/informationobject/actions/editAction.class.php
Mon Sep 28 17:02:11 2009 (r3578)
@@ -71,7 +71,7 @@
break;
case 'levelOfDescription':
- $this->form->setDefault('levelOfDescription',
$this->context->routing->generage(null, array('module' => 'term', 'action' =>
'show', 'id' => $this->informationObject->levelOfDescription->id)));
+ $this->form->setDefault('levelOfDescription',
$this->context->routing->generate(null, array('module' => 'term', 'action' =>
'show', 'id' => $this->informationObject->levelOfDescription->id)));
$this->form->setValidator('levelOfDescription', new sfValidatorString);
$choices = array();
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---