diff options
author | Nathan Guse <nathaniel.guse@gmail.com> | 2012-12-09 17:01:08 -0600 |
---|---|---|
committer | Nathan Guse <nathaniel.guse@gmail.com> | 2012-12-09 17:01:08 -0600 |
commit | 6dee2539419ba2c050830b7677294603a63b559a (patch) | |
tree | 4981e8a9d0cd2e4ecaf22f1907242397719d2cd6 /phpBB/viewonline.php | |
parent | bd987b6e14ffc134f1c1972e3c0fb3b0a19e09b2 (diff) | |
download | forums-6dee2539419ba2c050830b7677294603a63b559a.tar forums-6dee2539419ba2c050830b7677294603a63b559a.tar.gz forums-6dee2539419ba2c050830b7677294603a63b559a.tar.bz2 forums-6dee2539419ba2c050830b7677294603a63b559a.tar.xz forums-6dee2539419ba2c050830b7677294603a63b559a.zip |
[ticket/11259] Make phpbb_admin_path available everywhere
PHPBB3-11259
Diffstat (limited to 'phpBB/viewonline.php')
-rw-r--r-- | phpBB/viewonline.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/viewonline.php b/phpBB/viewonline.php index 687fef4c6c..e483915bd5 100644 --- a/phpBB/viewonline.php +++ b/phpBB/viewonline.php @@ -216,7 +216,7 @@ while ($row = $db->sql_fetchrow($result)) $location_url = append_sid("{$phpbb_root_path}index.$phpEx"); break; - case 'adm/index': + case $adm_relative_path . 'index': $location = $user->lang['ACP']; $location_url = append_sid("{$phpbb_root_path}index.$phpEx"); break; |