mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 19:54:12 +02:00
[ticket/12509] Add missing ',' in arrays
PHPBB3-12509
This commit is contained in:
@@ -256,7 +256,7 @@ class messenger
|
||||
array(
|
||||
'name' => $template_lang . '_email',
|
||||
'ext_path' => 'language/' . $template_lang . '/email'
|
||||
)
|
||||
),
|
||||
), $template_paths);
|
||||
|
||||
$this->template->set_filenames(array(
|
||||
|
@@ -585,7 +585,7 @@ class p_master
|
||||
array(
|
||||
'name' => 'adm',
|
||||
'ext_path' => 'adm/style/',
|
||||
)
|
||||
),
|
||||
), array($module_style_dir, $phpbb_admin_path . 'style'));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user