CommandForm: fix broken function

This commit is contained in:
Thomas Gelf 2014-09-04 18:34:04 +02:00
parent e4d1143870
commit dccc57b7a2
1 changed files with 1 additions and 1 deletions

View File

@ -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');
}
/**