Skip to content

Commit 33f68a7

Browse files
committed
Load correct datetimeformat
1 parent 49441bd commit 33f68a7

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)