Monitoring backends configuration icon hotfix

This commit is contained in:
Alexander Klimov 2014-03-07 15:16:32 +01:00
parent 2fe1203646
commit a0e3720abb
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ class ConfirmRemovalForm extends Form
'escape' => false,
'value' => '1',
'class' => 'btn btn-cta btn-common',
'label' => $this->view->icon('remove.png') . ' Confirm Removal'
'label' => $this->getView()->icon('remove.png') . ' Confirm Removal'
)
);
}