mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 15:27:42 +02:00
Fix ACP module URLs
git-svn-id: file:///svn/phpbb/trunk@8652 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -73,7 +73,7 @@ $module->set_active($module_id, $mode);
|
|||||||
|
|
||||||
// Assign data to the template engine for the list of modules
|
// 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
|
// 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
|
// Load and execute the relevant module
|
||||||
$module->load_active();
|
$module->load_active();
|
||||||
|
Reference in New Issue
Block a user