Skip to content

Commit

Permalink
Continuing work on SparkPost. See: wpsharks/comment-mail#265
Browse files Browse the repository at this point in the history
  • Loading branch information
jaswsinc committed Nov 2, 2016
1 parent 4a497ec commit 3c0d9f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/includes/classes/WebhookActions.php
Expand Up @@ -74,7 +74,7 @@ protected function rveSparkPost($request_args)
{
$key = trim((string) $request_args);

new rveSparkPost($key);
new RveSparkPost($key);

exit(); // Stop; always.
}
Expand Down

0 comments on commit 3c0d9f2

Please sign in to comment.