Author: david
Date: Thu Aug 23 17:10:48 2012
New Revision: 12198

Log:
Fix glitch in breadcrumb link

Modified:
   trunk/apps/qubit/modules/default/templates/moveSuccess.php

Modified: trunk/apps/qubit/modules/default/templates/moveSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/default/templates/moveSuccess.php  Thu Aug 23 
17:09:12 2012        (r12197)
+++ trunk/apps/qubit/modules/default/templates/moveSuccess.php  Thu Aug 23 
17:10:48 2012        (r12198)
@@ -16,7 +16,7 @@
 
       <?php foreach ($parent->ancestors as $item): ?>
         <?php if (isset($item->parent)): ?>
-          <li><?php echo link_to(render_title($item), array($resource, 
'module' => 'default', 'action' => 'move', 'parent' => $item->parent->slug)) 
?></li>
+          <li><?php echo link_to(render_title($item), array($resource, 
'module' => 'default', 'action' => 'move', 'parent' => $item->slug)) ?></li>
         <?php endif; ?>
       <?php endforeach; ?>
 

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