Skip to content
Snippets Groups Projects
Commit 1d87d80f authored by Till Brehm's avatar Till Brehm
Browse files

Merge branch 'patch-3' into 'stable-3.1'

Load correct datetimeformat

Load correct datetimeformat for remote api

See merge request !361
parents f9cfd805 33f68a77
No related branches found
No related tags found
No related merge requests found
......@@ -98,6 +98,7 @@ class remoting_lib extends tform_base {
unset($form);
$this->dateformat = $app->lng('conf_format_dateshort');
$this->datetimeformat = $app->lng('conf_format_datetime');
return true;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment