Replace forgotten datetime_convert() instances

This commit is contained in:
Hypolite Petovan 2018-02-03 20:44:19 -05:00
parent 6b50c42de6
commit 4050a7b8dc
2 changed files with 3 additions and 3 deletions

View file

@ -122,7 +122,7 @@ class DateTimeFormat
try {
$d = new DateTime($s, $from_obj);
} catch (Exception $e) {
logger('datetime_convert: exception: ' . $e->getMessage());
logger('DateTimeFormat::convert: exception: ' . $e->getMessage());
$d = new DateTime('now', $from_obj);
}