diff --git a/actions/login.php b/actions/login.php index 2a94110b2f..9fa501a5d9 100644 --- a/actions/login.php +++ b/actions/login.php @@ -52,12 +52,12 @@ class LoginAction extends Action /** * Is this a read-only action? * - * @return boolean true + * @return boolean false */ function isReadOnly() { - return true; + return false; } /**