Fix comment blocks for login

This commit is contained in:
Evan Prodromou 2009-01-18 13:38:29 +00:00
parent 4163f45004
commit df58688a58

View File

@ -52,12 +52,12 @@ class LoginAction extends Action
/** /**
* Is this a read-only action? * Is this a read-only action?
* *
* @return boolean true * @return boolean false
*/ */
function isReadOnly() function isReadOnly()
{ {
return true; return false;
} }
/** /**