Fix comment blocks for login

This commit is contained in:
Evan Prodromou 2009-01-18 13:38:29 +00:00
parent 4163f45004
commit df58688a58
1 changed files with 2 additions and 2 deletions

View 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;
}
/**