Author: sevein
Date: Mon Sep 28 05:12:46 2009
New Revision: 3563
Log:
Cosmetic change.
Modified:
trunk/apps/qubit/modules/informationobject/templates/_treeView.php
Modified: trunk/apps/qubit/modules/informationobject/templates/_treeView.php
==============================================================================
--- trunk/apps/qubit/modules/informationobject/templates/_treeView.php Mon Sep
28 00:02:59 2009 (r3562)
+++ trunk/apps/qubit/modules/informationobject/templates/_treeView.php Mon Sep
28 05:12:46 2009 (r3563)
@@ -4,7 +4,7 @@
</div>
<?php $treeViewObjects = json_encode($sf_data->getRaw('treeViewObjects')) ?>
<?php $treeViewExpands = json_encode($sf_data->getRaw('treeViewExpands')) ?>
-<?php $treeViewUrl = url_for("informationobject/treeView", true); ?>
+<?php $treeViewUrl = url_for(array('module' => 'informationobject', 'action'
=> 'treeView'), true); ?>
<?php echo javascript_tag(<<<EOF
Qubit.treeView.objects = $treeViewObjects;
Qubit.treeView.expands = $treeViewExpands;
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---