Author: sevein
Date: Mon Aug 13 23:30:37 2012
New Revision: 12097

Log:
Fix in the treeview

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 Aug 
13 23:18:25 2012        (r12096)
+++ trunk/apps/qubit/modules/informationobject/templates/_treeView.php  Mon Aug 
13 23:30:37 2012        (r12097)
@@ -43,7 +43,7 @@
       <?php echo render_treeview_node(
         $next,
         array('expand' => 1 < $next->rgt - $next->lft),
-        array('xhr-location' => url_for(array($next->slug, 'module' => 
'informationobject', 'action' => 'treeView')))); ?>
+        array('xhr-location' => url_for(array($next, 'module' => 
'informationobject', 'action' => 'treeView')))); ?>
     <?php endforeach; ?>
 
     <?php // More button ?>

-- 
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.

Reply via email to