]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fix comment blocks for login
authorEvan Prodromou <evan@controlyourself.ca>
Sun, 18 Jan 2009 13:38:29 +0000 (13:38 +0000)
committerEvan Prodromou <evan@controlyourself.ca>
Sun, 18 Jan 2009 13:38:29 +0000 (13:38 +0000)
actions/login.php

index 2a94110b2f0258ffa41fa6239d93034004d50486..9fa501a5d9927f12414cfe5bd8ef7dbd05900277 100644 (file)
@@ -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;
     }
 
     /**