diff options
author | Robin Millette <millette@controlyourself.ca> | 2009-01-23 09:15:15 +0000 |
---|---|---|
committer | Robin Millette <millette@plantard.controlezvous.ca> | 2009-01-23 09:15:15 +0000 |
commit | 0f6bc2190a8d6c5d086cac190c964390ab2c5c0d (patch) | |
tree | 629fb1add6cb487f159f5f65707d3ec8828fca01 /actions/userrss.php | |
parent | 25ff381486423e1611999a239a69e2712ac70576 (diff) |
mark a bunch of actions read-only
Diffstat (limited to 'actions/userrss.php')
-rw-r--r-- | actions/userrss.php | 5 |
1 files changed, 5 insertions, 0 deletions
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; + } } |