aboutsummaryrefslogtreecommitdiff
path: root/views/default/user
diff options
context:
space:
mode:
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-05-28 15:56:17 +0000
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-05-28 15:56:17 +0000
commit6dbed45409a53f375e7c2b2934c41be34766f0b6 (patch)
treecd7b43e1541e23050e0a10c88aeff31b6c9b4738 /views/default/user
parentb7ae2062b48055b23176000691fe454f6f67f5e9 (diff)
downloadelgg-6dbed45409a53f375e7c2b2934c41be34766f0b6.tar.gz
elgg-6dbed45409a53f375e7c2b2934c41be34766f0b6.tar.bz2
Refs #965: Correct some search links.
git-svn-id: https://code.elgg.org/elgg/trunk@3309 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/user')
-rw-r--r--views/default/user/search/finishblurb.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/user/search/finishblurb.php b/views/default/user/search/finishblurb.php
index f2ece2db0..c0f27437a 100644
--- a/views/default/user/search/finishblurb.php
+++ b/views/default/user/search/finishblurb.php
@@ -3,7 +3,7 @@
if ($vars['count'] > $vars['threshold']) {
?>
-<div class="contentWrapper"><a href="<?php echo $vars['url']; ?>search/users.php?tag=<?php echo urlencode($vars['tag']); ?>"><?php
+<div class="contentWrapper"><a href="<?php echo $vars['url']; ?>pg/search/users?tag=<?php echo urlencode($vars['tag']); ?>"><?php
echo elgg_echo("user:search:finishblurb");