diff options
author | Marek A. R <aptx@phpbb.com> | 2008-06-13 17:12:09 +0000 |
---|---|---|
committer | Marek A. R <aptx@phpbb.com> | 2008-06-13 17:12:09 +0000 |
commit | 50dd4c183a2a1cd4b1d06dc6f2d128e28054d181 (patch) | |
tree | 3574605f94ec71f87393add24d47881aaf362f39 /phpBB | |
parent | 97d2fb55b77faf5c2d5febae633ba0b1b005d7ed (diff) | |
download | forums-50dd4c183a2a1cd4b1d06dc6f2d128e28054d181.tar forums-50dd4c183a2a1cd4b1d06dc6f2d128e28054d181.tar.gz forums-50dd4c183a2a1cd4b1d06dc6f2d128e28054d181.tar.bz2 forums-50dd4c183a2a1cd4b1d06dc6f2d128e28054d181.tar.xz forums-50dd4c183a2a1cd4b1d06dc6f2d128e28054d181.zip |
Fix ACP module URLs
git-svn-id: file:///svn/phpbb/trunk@8652 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/adm/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/index.php b/phpBB/adm/index.php index 35ea7e12e7..0212cf237c 100644 --- a/phpBB/adm/index.php +++ b/phpBB/adm/index.php @@ -73,7 +73,7 @@ $module->set_active($module_id, $mode); // Assign data to the template engine for the list of modules // We do this before loading the active module for correct menu display in trigger_error -$module->assign_tpl_vars(append_sid('index')); +$module->assign_tpl_vars(append_sid(PHPBB_ADMIN_PATH . 'index.' . PHP_EXT)); // Load and execute the relevant module $module->load_active(); |