From: Sandro Santilli Date: Mon, 13 Mar 2017 22:08:03 +0000 (+0100) Subject: Remove extra space after open parentheses X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8517ba1fab5257fbd3e5cb99677797b5dd9ed69e;p=friendica.git Remove extra space after open parentheses --- diff --git a/include/auth.php b/include/auth.php index 8512abe486..57e9d9bf61 100644 --- a/include/auth.php +++ b/include/auth.php @@ -179,7 +179,7 @@ if (isset($_SESSION) && x($_SESSION,'authenticated') && (!x($_POST,'auth-params' goaway(z_root()); } - if ( ! $_POST['remember']) { + if (! $_POST['remember']) { new_cookie(0); // 0 means delete on browser exit }