diff --git a/src/Control/Session.php b/src/Control/Session.php index 5b8f25c28..e2591d2c5 100644 --- a/src/Control/Session.php +++ b/src/Control/Session.php @@ -324,7 +324,6 @@ class Session } session_start(); - } else { // If headers are sent then we can't have a session_cache_limiter otherwise we'll get a warning session_cache_limiter(null); @@ -430,7 +429,7 @@ class Session } $var[] = $val; - $diffVar[sizeof($var)-1] = $val; + $diffVar[sizeof($var) - 1] = $val; } /**