diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-01-18 13:38:29 +0000 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-01-18 13:38:29 +0000 |
commit | df58688a58f8ccf36dd39746ef876375f7d9d4e2 (patch) | |
tree | 735a8a43ff9c3983d2bb60192be95bdc6e3116fd /actions | |
parent | 4163f450040d92f417a2481e65cada97f77d74f2 (diff) |
Fix comment blocks for login
Diffstat (limited to 'actions')
-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; } /** |