aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_acp.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/functions_acp.php')
-rw-r--r--phpBB/includes/functions_acp.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_acp.php b/phpBB/includes/functions_acp.php
index b40f14fa5c..6b2b0000d1 100644
--- a/phpBB/includes/functions_acp.php
+++ b/phpBB/includes/functions_acp.php
@@ -130,7 +130,7 @@ function adm_page_header($page_title)
foreach ($http_headers as $hname => $hval)
{
- header((string) $hname.': '.(string) $hval);
+ header((string) $hname . ': ' . (string) $hval);
}
return;