Skip to content

Commit

Permalink
Fix Undefined variable $e in Header.php - closes #4505
Browse files Browse the repository at this point in the history
  • Loading branch information
freescout-help-desk committed Jan 23, 2025
1 parent 417bf07 commit 08b8e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overrides/webklex/php-imap/src/Header.php
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@ private function parseDate($header) {

try {
$parsed_date = self::doParseDate($date);
} catch (\Exception $_e) {
} catch (\Exception $e) {
if (!isset($this->config["fallback_date"])) {
// Simply use current date.
// https://github.com/freescout-help-desk/freescout/issues/4159
Expand Down

0 comments on commit 08b8e1c

Please sign in to comment.