1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-19 06:51:33 +02:00

[ticket/12509] Add missing ',' in arrays

PHPBB3-12509
This commit is contained in:
Tristan Darricau
2014-05-26 23:44:30 +02:00
parent 9d7c36041e
commit 9a846e447b
5 changed files with 5 additions and 5 deletions

View File

@@ -254,7 +254,7 @@ $template->set_custom_style(array(
array(
'name' => 'adm',
'ext_path' => 'adm/style/',
)
),
), $paths);
$path = array_shift($paths);

View File

@@ -145,7 +145,7 @@ class install_update extends module
array(
'name' => 'adm',
'ext_path' => 'adm/style/',
)
),
), $paths);
$template->assign_vars(array(