diff options
| author | Tristan Darricau <github@nicofuma.fr> | 2014-05-26 23:44:30 +0200 |
|---|---|---|
| committer | Tristan Darricau <github@nicofuma.fr> | 2014-05-26 23:44:30 +0200 |
| commit | 9a846e447ba98b175c510d9fbe7741648296a1ba (patch) | |
| tree | 5b97bc0adaf8bbe4fdb1a715776edcf4ca3f35ce /phpBB/includes/functions_module.php | |
| parent | 9d7c36041e0dac509476069ee5bbce92e841f33e (diff) | |
| download | forums-9a846e447ba98b175c510d9fbe7741648296a1ba.tar forums-9a846e447ba98b175c510d9fbe7741648296a1ba.tar.gz forums-9a846e447ba98b175c510d9fbe7741648296a1ba.tar.bz2 forums-9a846e447ba98b175c510d9fbe7741648296a1ba.tar.xz forums-9a846e447ba98b175c510d9fbe7741648296a1ba.zip | |
[ticket/12509] Add missing ',' in arrays
PHPBB3-12509
Diffstat (limited to 'phpBB/includes/functions_module.php')
| -rw-r--r-- | phpBB/includes/functions_module.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_module.php b/phpBB/includes/functions_module.php index 9ef0754120..86d3a3a077 100644 --- a/phpBB/includes/functions_module.php +++ b/phpBB/includes/functions_module.php @@ -585,7 +585,7 @@ class p_master array( 'name' => 'adm', 'ext_path' => 'adm/style/', - ) + ), ), array($module_style_dir, $phpbb_admin_path . 'style')); } } |
