aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-05-26 23:44:30 +0200
committerTristan Darricau <github@nicofuma.fr>2014-05-26 23:44:30 +0200
commit9a846e447ba98b175c510d9fbe7741648296a1ba (patch)
tree5b97bc0adaf8bbe4fdb1a715776edcf4ca3f35ce /phpBB
parent9d7c36041e0dac509476069ee5bbce92e841f33e (diff)
downloadforums-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')
-rw-r--r--phpBB/adm/index.php2
-rw-r--r--phpBB/includes/functions_messenger.php2
-rw-r--r--phpBB/includes/functions_module.php2
-rw-r--r--phpBB/install/index.php2
-rw-r--r--phpBB/install/install_update.php2
5 files changed, 5 insertions, 5 deletions
diff --git a/phpBB/adm/index.php b/phpBB/adm/index.php
index 19482b6d6a..b87b43945c 100644
--- a/phpBB/adm/index.php
+++ b/phpBB/adm/index.php
@@ -54,7 +54,7 @@ $template->set_custom_style(array(
array(
'name' => 'adm',
'ext_path' => 'adm/style/',
- )
+ ),
), $phpbb_admin_path . 'style');
$template->assign_var('T_ASSETS_PATH', $phpbb_root_path . 'assets');
diff --git a/phpBB/includes/functions_messenger.php b/phpBB/includes/functions_messenger.php
index 482f95dd99..4a3f2ec73a 100644
--- a/phpBB/includes/functions_messenger.php
+++ b/phpBB/includes/functions_messenger.php
@@ -256,7 +256,7 @@ class messenger
array(
'name' => $template_lang . '_email',
'ext_path' => 'language/' . $template_lang . '/email'
- )
+ ),
), $template_paths);
$this->template->set_filenames(array(
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'));
}
}
diff --git a/phpBB/install/index.php b/phpBB/install/index.php
index 8d13c182d8..d38c5fa676 100644
--- a/phpBB/install/index.php
+++ b/phpBB/install/index.php
@@ -254,7 +254,7 @@ $template->set_custom_style(array(
array(
'name' => 'adm',
'ext_path' => 'adm/style/',
- )
+ ),
), $paths);
$path = array_shift($paths);
diff --git a/phpBB/install/install_update.php b/phpBB/install/install_update.php
index ab276624ee..c2f7b191a7 100644
--- a/phpBB/install/install_update.php
+++ b/phpBB/install/install_update.php
@@ -145,7 +145,7 @@ class install_update extends module
array(
'name' => 'adm',
'ext_path' => 'adm/style/',
- )
+ ),
), $paths);
$template->assign_vars(array(