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…
Reference in New Issue