X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fpeopletagged.php;h=db2420a8a3263a2866f247b66a8bfc819717fdb9;hb=dc7c64592b60db75f0e1762532e53554b894ff90;hp=d82a448ce541be60037fbbaa604d406e17a75642;hpb=ba2975aac859ca9aebf809b1dd567585da69df37;p=quix0rs-gnu-social.git diff --git a/actions/peopletagged.php b/actions/peopletagged.php index d82a448ce5..db2420a8a3 100644 --- a/actions/peopletagged.php +++ b/actions/peopletagged.php @@ -53,7 +53,7 @@ class PeopletaggedAction extends Action return true; } - function prepare($args) + function prepare(array $args = array()) { parent::prepare($args); $this->page = ($this->arg('page')) ? ($this->arg('page')+0) : 1; @@ -167,7 +167,7 @@ class PeopletagMemberList extends ProfileList $this->peopletag = $peopletag; } - function newListItem($profile) + function newListItem(Profile $profile) { return new PeopletagMemberListItem($profile, $this->peopletag, $this->action); }