diff --git a/lib/tools/Slack.class.php b/lib/tools/Slack.class.php index 471105c9..1a6024ca 100644 --- a/lib/tools/Slack.class.php +++ b/lib/tools/Slack.class.php @@ -7,7 +7,7 @@ class Slack { if ($e instanceof Throwable) { - 4e = Debug::exceptionToString($e); + $e = Debug::exceptionToString($e); } $slackErrorNotificationUrl = Config::get('slack_error_notification_url');