From d1ac9a4b44297448821e9b79f05ef886ee186159 Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Fri, 30 Jan 2015 00:15:55 +0100 Subject: [PATCH] this->target was not available in the listitem --- actions/subqueue.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); } -- 2.39.2