Remove extra space after open parentheses

This commit is contained in:
Sandro Santilli 2017-03-13 23:08:03 +01:00
parent cbaf196f50
commit 8517ba1fab
1 changed files with 1 additions and 1 deletions

View 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
}