X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=actions%2Ffeatured.php;h=dfd9f6f3befd834dee8b9443b882945042e6d26c;hb=627d84a1e2db2aca5d2ce1272f6e83fb7faa8ad2;hp=394cfe6a8b9ef456325179533a3e5c00dbb48cc5;hpb=4b24f09ab4212bb696ed5bd73b4b0454c3d52a6f;p=quix0rs-gnu-social.git diff --git a/actions/featured.php b/actions/featured.php index 394cfe6a8b..dfd9f6f3be 100644 --- a/actions/featured.php +++ b/actions/featured.php @@ -49,12 +49,12 @@ class FeaturedAction extends Action { var $page = null; - function isReadOnly($args) + function isReadOnly(array $args=array()) { return true; } - function prepare($args) + function prepare(array $args=array()) { parent::prepare($args); $this->page = ($this->arg('page')) ? ($this->arg('page')+0) : 1; @@ -74,7 +74,7 @@ class FeaturedAction extends Action } } - function handle($args) + function handle(array $args=array()) { parent::handle($args);