From: Mikael Nordfeldth Date: Thu, 29 Jan 2015 23:15:55 +0000 (+0100) Subject: this->target was not available in the listitem X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d1ac9a4b44297448821e9b79f05ef886ee186159;p=quix0rs-gnu-social.git this->target was not available in the listitem --- diff --git a/actions/subqueue.php b/actions/subqueue.php index 46a656fe5d..ba47345600 100644 --- a/actions/subqueue.php +++ b/actions/subqueue.php @@ -127,7 +127,7 @@ class SubQueueListItem extends ProfileListItem function showApproveButtons() { $this->out->elementStart('li', 'entity_approval'); - $form = new ApproveSubForm($this->out, $this->target); + $form = new ApproveSubForm($this->out, $this->profile); $form->show(); $this->out->elementEnd('li'); }