Loading lib/Db/WebmailMapper.php +1 −3 Original line number Diff line number Diff line Loading @@ -2,7 +2,6 @@ namespace OCA\EcloudAccounts\Db; use DateTime; use OCP\IConfig; use OCP\ILogger; use Doctrine\DBAL\DriverManager; Loading Loading @@ -121,8 +120,7 @@ class WebmailMapper { try { $timeString = $contact->vCard->REV[0]->getJsonValue()[0]; $timestamp = strtotime($timeString); } catch (Throwable $e) { } catch (Throwable $e) { // Do nothing } } Loading Loading
lib/Db/WebmailMapper.php +1 −3 Original line number Diff line number Diff line Loading @@ -2,7 +2,6 @@ namespace OCA\EcloudAccounts\Db; use DateTime; use OCP\IConfig; use OCP\ILogger; use Doctrine\DBAL\DriverManager; Loading Loading @@ -121,8 +120,7 @@ class WebmailMapper { try { $timeString = $contact->vCard->REV[0]->getJsonValue()[0]; $timestamp = strtotime($timeString); } catch (Throwable $e) { } catch (Throwable $e) { // Do nothing } } Loading