mirror of
https://github.com/friendica/friendica
synced 2025-04-25 16:30:10 +00:00
Replace forgotten datetime_convert() instances
This commit is contained in:
parent
6b50c42de6
commit
4050a7b8dc
2 changed files with 3 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue