Author: jablko
Date: Thu Sep 17 18:53:42 2009
New Revision: 3399
Log:
s/$repository/$informationObject->repository, fixes issue 888
Modified:
trunk/apps/qubit/modules/search/templates/searchSuccess.php
Modified: trunk/apps/qubit/modules/search/templates/searchSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/search/templates/searchSuccess.php Thu Sep 17
17:20:31 2009 (r3398)
+++ trunk/apps/qubit/modules/search/templates/searchSuccess.php Thu Sep 17
18:53:42 2009 (r3399)
@@ -23,7 +23,7 @@
<?php if (sfConfig::get('app_multi_repository') &&
isset($informationObject->repository)): ?>
<div>
- <?php echo __('Repository') ?>: <?php echo
link_to(render_title($repository), array('module' => 'repository', 'action' =>
'show', 'id' => $repository->id)) ?>
+ <?php echo __('Repository') ?>: <?php echo
link_to(render_title($informationObject->repository), array('module' =>
'repository', 'action' => 'show', 'id' => $informationObject->repository->id))
?>
</div>
<?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
-~----------~----~----~----~------~----~------~--~---