aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_acp.php
diff options
context:
space:
mode:
authoromniError <omniError@github>2014-08-09 20:24:03 -0500
committeromniError <omniError@github>2014-08-09 20:24:03 -0500
commit71d39ab7d5bdf28f75b00eb5bf683011973c2c07 (patch)
treeb72d9ac1032e30fa46e31672125bf190514c27c1 /phpBB/includes/functions_acp.php
parent7e4c3fde01b23f1c9d7d14d31d021b6a3d4a7def (diff)
downloadforums-71d39ab7d5bdf28f75b00eb5bf683011973c2c07.tar
forums-71d39ab7d5bdf28f75b00eb5bf683011973c2c07.tar.gz
forums-71d39ab7d5bdf28f75b00eb5bf683011973c2c07.tar.bz2
forums-71d39ab7d5bdf28f75b00eb5bf683011973c2c07.tar.xz
forums-71d39ab7d5bdf28f75b00eb5bf683011973c2c07.zip
[ticket/12831] fix CS
https://tracker.phpbb.com/browse/PHPBB3-12831 PHPBB3-12831
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;