aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/index.php
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2013-08-28 13:40:35 -0500
committerNathan Guse <nathaniel.guse@gmail.com>2013-09-02 15:51:20 -0500
commit8ee86b75908141c28aa4d92ba93921337cde30c3 (patch)
tree1bc88e07dc9b8f45bc703b59852332fc75597d29 /phpBB/install/index.php
parent9d6370751f1b998e3da448e16c1446b33ddd17d0 (diff)
downloadforums-8ee86b75908141c28aa4d92ba93921337cde30c3.tar
forums-8ee86b75908141c28aa4d92ba93921337cde30c3.tar.gz
forums-8ee86b75908141c28aa4d92ba93921337cde30c3.tar.bz2
forums-8ee86b75908141c28aa4d92ba93921337cde30c3.tar.xz
forums-8ee86b75908141c28aa4d92ba93921337cde30c3.zip
[ticket/11791] Load adm/ events from styles/adm/event/
PHPBB3-11791
Diffstat (limited to 'phpBB/install/index.php')
-rw-r--r--phpBB/install/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/index.php b/phpBB/install/index.php
index 530728bdba..ec9aa5f32a 100644
--- a/phpBB/install/index.php
+++ b/phpBB/install/index.php
@@ -247,7 +247,7 @@ $config = new phpbb_config(array(
$template = new phpbb_template_twig($phpbb_root_path, $phpEx, $config, $user, new phpbb_template_context());
$paths = array($phpbb_root_path . 'install/update/new/adm/style', $phpbb_admin_path . 'style');
$paths = array_filter($paths, 'is_dir');
-$template->set_custom_style('admin', $paths);
+$template->set_custom_style('adm', $paths);
$template->assign_var('T_ASSETS_PATH', '../assets');
$template->assign_var('T_TEMPLATE_PATH', $phpbb_admin_path . 'style');