diff options
author | Vinny <vinny@suportephpbb.com.br> | 2012-10-09 00:31:59 -0300 |
---|---|---|
committer | Vinny <vinny@suportephpbb.com.br> | 2012-10-09 00:31:59 -0300 |
commit | 5db30e66fd03dacb4bb961afd9672eb9d65ba148 (patch) | |
tree | 54ae3700f98cb392941b36d6dda76f26ffaa251c | |
parent | fca08119433f319c8035a90a4bf0a9dd25adc20b (diff) | |
download | forums-5db30e66fd03dacb4bb961afd9672eb9d65ba148.tar forums-5db30e66fd03dacb4bb961afd9672eb9d65ba148.tar.gz forums-5db30e66fd03dacb4bb961afd9672eb9d65ba148.tar.bz2 forums-5db30e66fd03dacb4bb961afd9672eb9d65ba148.tar.xz forums-5db30e66fd03dacb4bb961afd9672eb9d65ba148.zip |
[ticket/11139] Fix fatal error on colour swatch window
PHPBB3-11139
-rw-r--r-- | phpBB/adm/swatch.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/swatch.php b/phpBB/adm/swatch.php index 434b00e542..5e8984db70 100644 --- a/phpBB/adm/swatch.php +++ b/phpBB/adm/swatch.php @@ -22,7 +22,7 @@ $auth->acl($user->data); $user->setup(); // Set custom template for admin area -$template->set_custom_template($phpbb_root_path . 'adm/style', 'admin'); +$phpbb_style->set_custom_style('admin', $phpbb_admin_path . 'style', ''); $template->set_filenames(array( 'body' => 'colour_swatch.html') |