X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FGNUsocialProfileExtensions%2Factions%2Fbio.php;h=fc49003cb46ef8e6de867c747206046dc4d8eba9;hb=d6b28c64830f632bb2f4b6f3c9369b9e56ad217a;hp=269389e07dff451c2de832f3564745fe4c15f279;hpb=220b51d8be61e9bd316567f3ad03fffdbc4b7526;p=quix0rs-gnu-social.git diff --git a/plugins/GNUsocialProfileExtensions/actions/bio.php b/plugins/GNUsocialProfileExtensions/actions/bio.php index 269389e07d..fc49003cb4 100644 --- a/plugins/GNUsocialProfileExtensions/actions/bio.php +++ b/plugins/GNUsocialProfileExtensions/actions/bio.php @@ -38,7 +38,7 @@ class BioAction extends Action { var $user = null; - function prepare($args) + function prepare(array $args=array()) { parent::prepare($args); @@ -51,7 +51,7 @@ class BioAction extends Action } - function handle($args) + function handle(array $args=array()) { parent::handle($args); $this->showPage();