mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-22 13:24:24 +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()
|
public function getValidDateTimeFormats()
|
||||||
{
|
{
|
||||||
// TODO(mh): Missing localized format (#6077)
|
// 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