mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-14 21:56:39 +02:00
[ticket/12274] Load correct T_TEMPLATE_PATH during update
PHPBB3-12274
This commit is contained in:
@ -253,7 +253,7 @@ $paths = array_filter($paths, 'is_dir');
|
|||||||
$template->set_custom_style('adm', $paths);
|
$template->set_custom_style('adm', $paths);
|
||||||
|
|
||||||
$template->assign_var('T_ASSETS_PATH', '../assets');
|
$template->assign_var('T_ASSETS_PATH', '../assets');
|
||||||
$template->assign_var('T_TEMPLATE_PATH', $phpbb_admin_path . 'style');
|
$template->assign_var('T_TEMPLATE_PATH', array_shift($paths));
|
||||||
|
|
||||||
$install = new module();
|
$install = new module();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user