diff options
Diffstat (limited to 'phpBB/includes/functions_messenger.php')
-rw-r--r-- | phpBB/includes/functions_messenger.php | 2 |
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( |