Author: david
Date: Mon Nov 28 11:40:51 2011
New Revision: 10353
Log:
render_title should not be used for string value
Modified:
trunk/apps/qubit/modules/term/templates/indexSuccess.php
Modified: trunk/apps/qubit/modules/term/templates/indexSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/term/templates/indexSuccess.php Tue Nov 22
15:22:57 2011 (r10352)
+++ trunk/apps/qubit/modules/term/templates/indexSuccess.php Mon Nov 28
11:40:51 2011 (r10353)
@@ -90,7 +90,7 @@
<div>
<ul>
<?php foreach ($resource->otherNames as $item): ?>
- <li><?php echo __('UF %1%', array('%1%' =>
render_title($item->getName(array('cultureFallback' => true))))) ?></li>
+ <li><?php echo __('UF %1%', array('%1%' => render_title($item)))
?></li>
<?php endforeach; ?>
</ul>
</div>
--
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.