summaryrefslogtreecommitdiff
path: root/actions/allrss.php
diff options
context:
space:
mode:
authorRobin Millette <millette@controlyourself.ca>2009-01-23 09:15:15 +0000
committerRobin Millette <millette@plantard.controlezvous.ca>2009-01-23 09:15:15 +0000
commit0f6bc2190a8d6c5d086cac190c964390ab2c5c0d (patch)
tree629fb1add6cb487f159f5f65707d3ec8828fca01 /actions/allrss.php
parent25ff381486423e1611999a239a69e2712ac70576 (diff)
mark a bunch of actions read-only
Diffstat (limited to 'actions/allrss.php')
-rw-r--r--actions/allrss.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/actions/allrss.php b/actions/allrss.php
index 248f59f43..05787f3f7 100644
--- a/actions/allrss.php
+++ b/actions/allrss.php
@@ -123,5 +123,10 @@ class AllrssAction extends Rss10Action
$avatar = $profile->getAvatar(AVATAR_PROFILE_SIZE);
return $avatar ? $avatar->url : null;
}
+
+ function isReadOnly()
+ {
+ return true;
+ }
}