1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 22:27:34 +02:00

fixed orphaned . (dot) in convert_date

This commit is contained in:
Achim Ennenbach
2018-05-15 21:54:43 +02:00
parent d01a97816f
commit 34b422ff58

View File

@@ -173,7 +173,7 @@ class convert
break;
case 'inputtime':
$mask .= e107::getPref('inputtime', '%H:%M');
$mask = e107::getPref('inputtime', '%H:%M');
break;
case 'forum': // DEPRECATED - temporary here from BC reasons only