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