I was getting some fatal errors when testing a webhook with the wrong content-type.
The Webhook_Plugins_Unserializer_InvalidDataException class file had a bad comment and the call for webhook_process_unserializer_error($name, $e); was wrong.
Patch attached.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 2421617-fatal-error-invaliddataexception.patch | 978 bytes | jon pugh |
Comments
Comment #1
jon pughComment #2
skwashd commented@Jon thanks for the patch. Sorry for the delay in applying it. It has now been committed.