mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
CommandForm: fix broken function
This commit is contained in:
parent
e4d1143870
commit
dccc57b7a2
@ -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');
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user