diff options
author | Evan Prodromou <evan@status.net> | 2010-04-12 14:34:22 -0400 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-06-01 13:52:27 -0700 |
commit | 45e6e537cacc23aedabb1c0b0518766de1041768 (patch) | |
tree | 0821b2cbc269a0ddaff077c367f77c2e49042bc6 | |
parent | 1c858e17eaf0e9509b7e165ea1b0d45f7e923361 (diff) |
note that sitemap actions are readonly
-rw-r--r-- | plugins/Sitemap/sitemapaction.php | 5 |
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; + } } |