forked from GNUsocial/gnu-social
note that sitemap actions are readonly
This commit is contained in:
parent
1c858e17ea
commit
45e6e537ca
@ -87,4 +87,9 @@ class SitemapAction extends Action
|
|||||||
{
|
{
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function isReadOnly()
|
||||||
|
{
|
||||||
|
return true;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user