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:
@@ -254,7 +254,7 @@ $template->set_custom_style(array(
|
||||
array(
|
||||
'name' => 'adm',
|
||||
'ext_path' => 'adm/style/',
|
||||
)
|
||||
),
|
||||
), $paths);
|
||||
|
||||
$path = array_shift($paths);
|
||||
|
@@ -145,7 +145,7 @@ class install_update extends module
|
||||
array(
|
||||
'name' => 'adm',
|
||||
'ext_path' => 'adm/style/',
|
||||
)
|
||||
),
|
||||
), $paths);
|
||||
|
||||
$template->assign_vars(array(
|
||||
|
Reference in New Issue
Block a user