Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
m-ober committed Nov 6, 2023
1 parent ff00574 commit f7588f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion notification_service.php
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,8 @@ private function execute_discord_webhook($discord_webhook_url, $color, $message,
$this->log->add('admin', ANONYMOUS, '127.0.0.1', 'ACP_DISCORD_NOTIFICATIONS_WEBHOOK_ERROR', time(), [$status]);
return false;
}
} else
}
else
{
$this->log->add('admin', ANONYMOUS, '127.0.0.1', 'ACP_DISCORD_NOTIFICATIONS_CURL_ERROR', time(), [$error]);
return false;
Expand Down

0 comments on commit f7588f8

Please sign in to comment.