aboutsummaryrefslogtreecommitdiff
path: root/views/default/user/search/finishblurb.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/user/search/finishblurb.php')
-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 9c4b1d79d..1e48d6145 100644
--- a/views/default/user/search/finishblurb.php
+++ b/views/default/user/search/finishblurb.php
@@ -10,7 +10,7 @@ elgg_deprecated_notice('view user/search/finishblurb was deprecated.', 1.7);
if ($vars['count'] > $vars['threshold']) {
?>
-<a href="<?php echo $vars['url']; ?>pg/search/users/?tag=<?php echo urlencode($vars['tag']); ?>"><?php
+<a href="<?php echo elgg_get_site_url(); ?>pg/search/users/?tag=<?php echo urlencode($vars['tag']); ?>"><?php
echo elgg_echo("user:search:finishblurb");
?></a>
<?php