Skip to content

Commit

Permalink
BUGFIX: Obj echo issue fix - added json_encode
Browse files Browse the repository at this point in the history
  • Loading branch information
vivek-accolite-801 committed Feb 6, 2023
1 parent 12cab11 commit 11c6d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/FroalaEditor/S3.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public static function getHash($config) {
// Set params in response.
$response->params = $params;

return $response;
return json_encode($response);
}
}

Expand Down

0 comments on commit 11c6d8e

Please sign in to comment.