LSurl :: redirect() : fix logging error

This commit is contained in:
Benjamin Renard 2020-05-03 18:07:54 +02:00
parent aba1d18b95
commit ac2416a967

View file

@ -201,7 +201,7 @@ class LSurl {
else
$_SESSION['last_redirect'] = $url;
logging('DEBUG',"redirect($go) => Redirect to : <$url>");
LSlog :: debug("redirect($go) => Redirect to : <$url>");
header("Location: $url");
exit();
}