mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 20:38:52 +00:00
[ticket/12274] Load correct T_TEMPLATE_PATH during update
PHPBB3-12274
This commit is contained in:
parent
eafba554fd
commit
fd6836ca8a
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue