aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_messenger.php
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/includes/functions_messenger.php
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/includes/functions_messenger.php')
-rw-r--r--phpBB/includes/functions_messenger.php2
1 files changed, 1 insertions, 1 deletions
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(