Skip to content

Commit

Permalink
Fix saving Integration Options on PHP 7.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienheraud committed Oct 9, 2017
1 parent 5e854a4 commit 203c208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion administrator/components/com_cck/controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ public function ajaxAddType()
public function ajaxSaveIntegration()
{
$app = JFactory::getApplication();
$json = $app->input->JSON->getRaw();
$json = $app->input->json->getRaw();
$objects = json_decode( $json );

if ( count( $objects ) ) {
Expand Down

0 comments on commit 203c208

Please sign in to comment.