From 0f6bc2190a8d6c5d086cac190c964390ab2c5c0d Mon Sep 17 00:00:00 2001 From: Robin Millette Date: Fri, 23 Jan 2009 09:15:15 +0000 Subject: mark a bunch of actions read-only --- actions/userrss.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'actions/userrss.php') diff --git a/actions/userrss.php b/actions/userrss.php index c1f2321ee..04855ccca 100644 --- a/actions/userrss.php +++ b/actions/userrss.php @@ -94,5 +94,10 @@ class UserrssAction extends Rss10Action header('X-SUP-ID: '.$url); parent::initRss($limit); } + + function isReadOnly() + { + return true; + } } -- cgit v1.2.3-54-g00ecf