aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes')
-rw-r--r--phpBB/includes/functions_messenger.php2
-rw-r--r--phpBB/includes/functions_module.php2
2 files changed, 2 insertions, 2 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(
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'));
}
}