diff options
-rw-r--r-- | actions/login.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/login.php b/actions/login.php index 2a94110b2..9fa501a5d 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; } /** |