Browse Source

Fix PHP7 compat. break in last commit

pull/9596/head
Aleksander Machniak 2 years ago
parent
commit
5a44e539fd
  1. 2
      program/lib/Roundcube/rcube_utils.php

2
program/lib/Roundcube/rcube_utils.php

@ -1487,7 +1487,7 @@ class rcube_utils
return $date->format($format);
}
catch (Exception) {
catch (Exception $e) {
// ignore, fallback to date()
}
}

Loading…
Cancel
Save