From 1fb602710988e1faf711f07302def825be95bea7 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Tue, 22 Mar 2016 20:04:02 +0100 Subject: [PATCH] IcingaCommandArgumentForm: fix exception --- application/forms/IcingaCommandArgumentForm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/forms/IcingaCommandArgumentForm.php b/application/forms/IcingaCommandArgumentForm.php index 7b0ac5ea..03ca4ed4 100644 --- a/application/forms/IcingaCommandArgumentForm.php +++ b/application/forms/IcingaCommandArgumentForm.php @@ -106,7 +106,7 @@ class IcingaCommandArgumentForm extends DirectorObjectForm public function onSuccess() { $object = $this->object(); - $cmd = $this->commandObject(); + $cmd = $this->commandObject; if ($object->hasBeenModified()) { $cmd->arguments()->set( $object->argument_name,