diff options
Diffstat (limited to 'actions/featured.php')
-rw-r--r-- | actions/featured.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/featured.php b/actions/featured.php index 86fd3f374..79eba2aa6 100644 --- a/actions/featured.php +++ b/actions/featured.php @@ -50,7 +50,7 @@ class FeaturedAction extends Action { var $page = null; - function isReadOnly() + function isReadOnly($args) { return true; } |