forked from GNUsocial/gnu-social
Fix comment blocks for login
This commit is contained in:
parent
4163f45004
commit
df58688a58
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user