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:
@@ -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
|
||||
|
Reference in New Issue
Block a user