Skip to content

Commit 1d87d80

Browse files
author
Till Brehm
committed
Merge branch 'patch-3' into 'stable-3.1'
Load correct datetimeformat Load correct datetimeformat for remote api See merge request !361
2 parents f9cfd80 + 33f68a7 commit 1d87d80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

interface/lib/classes/remoting_lib.inc.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ function loadFormDef($file, $module = '') {
9898
unset($form);
9999

100100
$this->dateformat = $app->lng('conf_format_dateshort');
101+
$this->datetimeformat = $app->lng('conf_format_datetime');
101102

102103
return true;
103104
}

0 commit comments

Comments
 (0)