Skip to content

Commit

Permalink
Update save.json.php
Browse files Browse the repository at this point in the history
  • Loading branch information
SubjectXXX authored Feb 6, 2019
1 parent 733b223 commit d9e4ea3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions admin/save.json.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@

$obj = new stdClass();
$obj->save = $p->save();
if($obj->save === false) error_log("[ERROR] Error saving plugin $pluginName data. Maybe plugin is not enabled?");

echo (json_encode($obj));

0 comments on commit d9e4ea3

Please sign in to comment.