forked from GNUsocial/gnu-social
public is readonly
This commit is contained in:
parent
be21ed13b5
commit
ad929011a3
@ -56,6 +56,11 @@ class PublicAction extends Action
|
|||||||
|
|
||||||
var $page = null;
|
var $page = null;
|
||||||
|
|
||||||
|
function isReadOnly()
|
||||||
|
{
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Read and validate arguments
|
* Read and validate arguments
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user