Author: jablko
Date: Mon Sep 28 16:37:51 2009
New Revision: 3573
Log:
Fix link_to() arguments, fixes issue 1016
Modified:
trunk/apps/qubit/modules/informationobject/templates/showModsSuccess.php
Modified:
trunk/apps/qubit/modules/informationobject/templates/showModsSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/informationobject/templates/showModsSuccess.php
Mon Sep 28 15:59:29 2009 (r3572)
+++ trunk/apps/qubit/modules/informationobject/templates/showModsSuccess.php
Mon Sep 28 16:37:51 2009 (r3573)
@@ -116,7 +116,7 @@
<?php if (0 < count($informationObject->digitalObjects)): ?>
<tr><th><?php echo __('URL') ?></th>
- <td><?php echo
link_to(public_path($informationObject->digitalObjects[0]->getFullPath(),
true)) ?></td>
+ <td><?php echo link_to(null,
public_path($informationObject->digitalObjects[0]->getFullPath(), true)) ?></td>
</tr>
<?php endif; ?>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---