We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e382cf commit 850f90bCopy full SHA for 850f90b
Services/Zencoder/Notifications.php
@@ -19,7 +19,7 @@ class Services_Zencoder_Notifications extends Services_Zencoder_Base
19
*/
20
public function parseIncoming()
21
{
22
- $incoming_data = json_decode(trim(file_get_contents('php://input')), true);
+ $incoming_data = json_decode(trim(file_get_contents('php://input')));
23
if (!$incoming_data) {
24
throw new Services_Zencoder_Exception(
25
'Unable to parse notification data: ' . file_get_contents('php://input'));
0 commit comments