aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/adm/index.php')
-rw-r--r--phpBB/adm/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/index.php b/phpBB/adm/index.php
index 96ee629a4d..e69e83d041 100644
--- a/phpBB/adm/index.php
+++ b/phpBB/adm/index.php
@@ -77,8 +77,8 @@ $module->load_active();
adm_page_header($module->get_page_title());
$template->set_filenames(array(
- 'body' => $module->get_tpl_name())
-);
+ 'body' => $module->get_tpl_name(),
+));
adm_page_footer();