this->target was not available in the listitem
This commit is contained in:
parent
acd36698b4
commit
d1ac9a4b44
|
@ -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');
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user