this->target was not available in the listitem

This commit is contained in:
Mikael Nordfeldth 2015-01-30 00:15:55 +01:00
parent acd36698b4
commit d1ac9a4b44
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ class SubQueueListItem extends ProfileListItem
function showApproveButtons() function showApproveButtons()
{ {
$this->out->elementStart('li', 'entity_approval'); $this->out->elementStart('li', 'entity_approval');
$form = new ApproveSubForm($this->out, $this->target); $form = new ApproveSubForm($this->out, $this->profile);
$form->show(); $form->show();
$this->out->elementEnd('li'); $this->out->elementEnd('li');
} }