From: Evan Prodromou Date: Sun, 18 Jan 2009 13:38:29 +0000 (+0000) Subject: Fix comment blocks for login X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=df58688a58f8ccf36dd39746ef876375f7d9d4e2;p=quix0rs-gnu-social.git Fix comment blocks for login --- 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; } /**