ObjectController: fix commandargument redirect url

This commit is contained in:
Thomas Gelf 2015-06-01 17:28:03 +02:00
parent e056d13bff
commit 92ba28294b
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ class Director_ObjectController extends ActionController
{
$this->view->form = $this->loadForm('icingaCommandArgument')
->setDb($this->db())
->setSuccessUrl('director/list/commandargument');
->setSuccessUrl('director/list/commandarguments');
if ($id = $this->params->get('id')) {
$this->view->form->loadObject($id);