]> git.mxchange.org Git - friendica.git/commitdiff
Remove extra space after open parentheses
authorSandro Santilli <strk@kbt.io>
Mon, 13 Mar 2017 22:08:03 +0000 (23:08 +0100)
committerSandro Santilli <strk@kbt.io>
Mon, 13 Mar 2017 22:08:03 +0000 (23:08 +0100)
include/auth.php

index 8512abe4866cf7a7a62a8d94100e994711b33795..57e9d9bf61dc82a6f2adc21da27b92f9fb605ff8 100644 (file)
@@ -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
                }