Author: sevein
Date: Tue Aug 14 14:57:33 2012
New Revision: 12107

Log:
Remove module parameter since a creator could be also a repository, fixes issue 
2376

Modified:
   trunk/apps/qubit/modules/informationobject/templates/_creatorDetail.php

Modified: 
trunk/apps/qubit/modules/informationobject/templates/_creatorDetail.php
==============================================================================
--- trunk/apps/qubit/modules/informationobject/templates/_creatorDetail.php     
Tue Aug 14 14:17:48 2012        (r12106)
+++ trunk/apps/qubit/modules/informationobject/templates/_creatorDetail.php     
Tue Aug 14 14:57:33 2012        (r12107)
@@ -4,9 +4,9 @@
     <div>
 
       <?php if (0 < count($resource->getCreators())): ?>
-        <?php echo link_to(render_title($item), array($item, 'module' => 
'actor')) ?>
+        <?php echo link_to(render_title($item), array($item)) ?>
       <?php else: ?>
-        <?php echo link_to(render_title($item), array($item, 'module' => 
'actor'), array('title' => __('Inherited from %1%', array('%1%' => 
$ancestor)))) ?>
+        <?php echo link_to(render_title($item), array($item), array('title' => 
__('Inherited from %1%', array('%1%' => $ancestor)))) ?>
       <?php endif; ?>
 
       <?php if (isset($item->datesOfExistence)): ?>

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