aboutsummaryrefslogtreecommitdiff
path: root/views/default/user
diff options
context:
space:
mode:
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-05-28 15:56:39 +0000
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-05-28 15:56:39 +0000
commit156ea6714c93ff07362b60a562ef604bad9a6947 (patch)
tree9578bab3225c580ee3d552164899e48a2aecc008 /views/default/user
parent6dbed45409a53f375e7c2b2934c41be34766f0b6 (diff)
downloadelgg-156ea6714c93ff07362b60a562ef604bad9a6947.tar.gz
elgg-156ea6714c93ff07362b60a562ef604bad9a6947.tar.bz2
Refs #965: Correct some search links.
git-svn-id: https://code.elgg.org/elgg/trunk@3310 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 c0f27437a..2b44c3dfc 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']; ?>pg/search/users?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");