aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/index.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-12-12 16:45:58 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-12-12 16:45:58 +0000
commitde468832a6718af8e103c27215175491356fc601 (patch)
tree01d95978aa7da61c177ef7c7414a5c7f6a73fa11 /phpBB/adm/index.php
parent983da62c50a1777787555a300d756711d27bfd41 (diff)
downloadforums-de468832a6718af8e103c27215175491356fc601.tar
forums-de468832a6718af8e103c27215175491356fc601.tar.gz
forums-de468832a6718af8e103c27215175491356fc601.tar.bz2
forums-de468832a6718af8e103c27215175491356fc601.tar.xz
forums-de468832a6718af8e103c27215175491356fc601.zip
- change adm/index,php, acp_attachments.html and acp_ban.html to be triggered by the next update
git-svn-id: file:///svn/phpbb/trunk@8277 89ea8834-ac86-4346-8a33-228a782c2dd0
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();