diff --git a/header.inc.php.template b/header.inc.php.template index 07ef847630..d1f96d3936 100644 --- a/header.inc.php.template +++ b/header.inc.php.template @@ -16,7 +16,7 @@ * !!!!!!! DONT TOUCH THESE LINES !!!!!!!! * * This flushes out any vars from the url for security reason * \**************************************************************************/ - $sec_clean = $phpgw_info["flags"] + $sec_clean = $phpgw_info["flags"]; $phpgw_info = array(); $phpgw_info["flags"] = $sec_clean; unset ($sec_clean);