diff options
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); |