]> git.mxchange.org Git - friendica.git/blobdiff - src/Util/DateTimeFormat.php
Photo delete is moved as well
[friendica.git] / src / Util / DateTimeFormat.php
index fdb49dabdceeef7a1212b21b4ee7b245146d01ef..cf3216a152c8c5ebc3b2cfdf8758f719feeeaf46 100644 (file)
@@ -157,7 +157,7 @@ class DateTimeFormat
                try {
                        $d = new DateTime($s, $from_obj);
                } catch (Exception $e) {
-                       Logger::log('DateTimeFormat::convert: exception: ' . $e->getMessage());
+                       Logger::notice('DateTimeFormat::convert: exception: ' . $e->getMessage());
                        $d = new DateTime('now', $from_obj);
                }