@@ -33,7 +33,7 @@ if (isset($_POST['form_id'])) {
$msg = login(
$_POST['username'],
$_POST['password'],
(isset($POST['stay_logged_in']) ? true : false)
(isset($_POST['stay_logged_in']) ? true : false)
);
if ($msg === true)
The note is not visible to the blocked user.