summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2010-04-12 14:34:22 -0400
committerEvan Prodromou <evan@status.net>2010-04-28 18:41:28 -0400
commit5a9ff7c575fb2b23d8b7b3eaf896852bb3501b80 (patch)
treefe3d44c939d0e9c1be1eff94d6a52e1312910911
parentf3f652e451bceb64d919f3e8a2fcbeeb6c9dd187 (diff)
note that sitemap actions are readonly
-rw-r--r--plugins/Sitemap/sitemapaction.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/Sitemap/sitemapaction.php b/plugins/Sitemap/sitemapaction.php
index bab04ed9d..45edfccc5 100644
--- a/plugins/Sitemap/sitemapaction.php
+++ b/plugins/Sitemap/sitemapaction.php
@@ -87,4 +87,9 @@ class SitemapAction extends Action
{
return null;
}
+
+ function isReadOnly()
+ {
+ return true;
+ }
}