aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/ucp.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2005-04-30 14:36:33 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2005-04-30 14:36:33 +0000
commitbe3bdf61d778928916942c07c6d60968fddf9d18 (patch)
treef1b2941da4725d9de0c54c5cacdd2343abcf5b85 /phpBB/ucp.php
parent75012dec17b0cf47023f4b81cfba2034ecd47419 (diff)
downloadforums-be3bdf61d778928916942c07c6d60968fddf9d18.tar
forums-be3bdf61d778928916942c07c6d60968fddf9d18.tar.gz
forums-be3bdf61d778928916942c07c6d60968fddf9d18.tar.bz2
forums-be3bdf61d778928916942c07c6d60968fddf9d18.tar.xz
forums-be3bdf61d778928916942c07c6d60968fddf9d18.zip
- some fixes here and there
git-svn-id: file:///svn/phpbb/trunk@5138 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/ucp.php')
-rwxr-xr-xphpBB/ucp.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/ucp.php b/phpBB/ucp.php
index c3cc7aeff7..07864a7449 100755
--- a/phpBB/ucp.php
+++ b/phpBB/ucp.php
@@ -350,7 +350,7 @@ while ($row = $db->sql_fetchrow($result))
$which = (time() - $update_time < $row['online_time']) ? 'online' : 'offline';
$template->assign_block_vars("friends_{$which}", array(
- 'U_PROFILE' => "memberlist.$phpEx$SID&amp;mode=viewprofile&amp;u=" . $row['user_id'],
+ 'U_PROFILE' => "{$phpbb_root_path}memberlist.$phpEx$SID&amp;mode=viewprofile&amp;u=" . $row['user_id'],
'USER_ID' => $row['user_id'],
'USERNAME' => $row['username'])