From: Evan Prodromou Date: Mon, 12 Apr 2010 18:34:22 +0000 (-0400) Subject: note that sitemap actions are readonly X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5a9ff7c575fb2b23d8b7b3eaf896852bb3501b80;hp=f3f652e451bceb64d919f3e8a2fcbeeb6c9dd187;p=quix0rs-gnu-social.git note that sitemap actions are readonly --- diff --git a/plugins/Sitemap/sitemapaction.php b/plugins/Sitemap/sitemapaction.php index bab04ed9d2..45edfccc51 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; + } }