diff --git a/actions/featured.php b/actions/featured.php index d1ac6e054e..f3bade6a5e 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);