]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/featured.php
isReadOnly() now takes arguments
[quix0rs-gnu-social.git] / actions / featured.php
index 86fd3f374aa37e221e691f83aaf0c78cc8195f9b..79eba2aa67b9985372a2e23a1e977306a62439ca 100644 (file)
@@ -50,7 +50,7 @@ class FeaturedAction extends Action
 {
     var $page = null;
 
-    function isReadOnly()
+    function isReadOnly($args)
     {
         return true;
     }