From c8c10d527f9bbbee59f9181c2ad0e78a3a585e87 Mon Sep 17 00:00:00 2001 From: TeNNoX Date: Tue, 3 Feb 2015 22:09:47 +0100 Subject: [PATCH] you gotta do it right :P --- bin/cli.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cli.class.php b/bin/cli.class.php index 3bb795153f..44f915b9f0 100644 --- a/bin/cli.class.php +++ b/bin/cli.class.php @@ -174,7 +174,7 @@ class civicrm_cli { $this->_joblog = TRUE; } else { - foreach($this->_additional_arguments as $short => $long) { + foreach ($this->_additional_arguments as $short => $long) { if ($arg == '-' . $short || $arg == '--' . $long) { $property = '_' . $long; $this->$property = $value; -- 2.25.1