diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-05-28 15:56:39 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-05-28 15:56:39 +0000 |
commit | 156ea6714c93ff07362b60a562ef604bad9a6947 (patch) | |
tree | 9578bab3225c580ee3d552164899e48a2aecc008 /views/default/user/search/finishblurb.php | |
parent | 6dbed45409a53f375e7c2b2934c41be34766f0b6 (diff) | |
download | elgg-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/search/finishblurb.php')
-rw-r--r-- | views/default/user/search/finishblurb.php | 2 |
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");
|