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=45e6e537cacc23aedabb1c0b0518766de1041768;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; + } }