diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-01-19 18:09:59 +0000 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-01-19 18:09:59 +0000 |
commit | 8b89fbb3f02553579c8dcfc9843ef47aff4d31b5 (patch) | |
tree | b42b5b5d8d56b7515a1d5b2d4974ebf193747bd1 /actions | |
parent | ccf5f58608db6ff6fab43f64782b73c5e4ad4d39 (diff) |
Mark featured users as readonly
Diffstat (limited to 'actions')
-rw-r--r-- | actions/featured.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/actions/featured.php b/actions/featured.php index d1ac6e054..f3bade6a5 100644 --- a/actions/featured.php +++ b/actions/featured.php @@ -50,6 +50,11 @@ class FeaturedAction extends Action { var $page = null; + function isReadOnly() + { + return true; + } + function prepare($args) { parent::prepare($args); |