diff options
author | Nathan Guse <nathaniel.guse@gmail.com> | 2012-12-09 19:29:51 -0600 |
---|---|---|
committer | Nathan Guse <nathaniel.guse@gmail.com> | 2012-12-09 19:29:51 -0600 |
commit | 30de17f69f70a0c23fa314de479bac57e3dbae2b (patch) | |
tree | 7f431ad636006a0e4216bf9dbcc31d24e64295b7 /phpBB/viewonline.php | |
parent | bff76f9ca81e30a03f116669645774ebd49ba1b1 (diff) | |
download | forums-30de17f69f70a0c23fa314de479bac57e3dbae2b.tar forums-30de17f69f70a0c23fa314de479bac57e3dbae2b.tar.gz forums-30de17f69f70a0c23fa314de479bac57e3dbae2b.tar.bz2 forums-30de17f69f70a0c23fa314de479bac57e3dbae2b.tar.xz forums-30de17f69f70a0c23fa314de479bac57e3dbae2b.zip |
[ticket/11259] adm_relative_path -> phpbb_adm_relative_path
We can assume they properly format their config settings, right?
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 e483915bd5..6b26a3f5d6 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_relative_path . 'index': + case $phpbb_adm_relative_path . 'index': $location = $user->lang['ACP']; $location_url = append_sid("{$phpbb_root_path}index.$phpEx"); break; |