From dccc57b7a2c5ef24f21a8e9f82047b0415e38217 Mon Sep 17 00:00:00 2001
From: Thomas Gelf <thomas@gelf.net>
Date: Thu, 4 Sep 2014 18:34:04 +0200
Subject: [PATCH] CommandForm: fix broken function

---
 modules/monitoring/application/forms/Command/CommandForm.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/monitoring/application/forms/Command/CommandForm.php b/modules/monitoring/application/forms/Command/CommandForm.php
index 1e458a44e..9ccdd0f9b 100644
--- a/modules/monitoring/application/forms/Command/CommandForm.php
+++ b/modules/monitoring/application/forms/Command/CommandForm.php
@@ -116,7 +116,7 @@ abstract class CommandForm extends Form
     public function getValidDateTimeFormats()
     {
         // TODO(mh): Missing localized format (#6077)
-        return 'd/m/Y g:i A';
+        return array('d/m/Y g:i A');
     }
 
     /**