summaryrefslogtreecommitdiff
path: root/actions/featured.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/featured.php')
-rw-r--r--actions/featured.php5
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);