This commit is contained in:
Pierre Cadeot 2021-03-10 17:41:27 +04:00
parent 68410eeb34
commit d0a7f05f50
1 changed files with 1 additions and 1 deletions

View File

@ -815,7 +815,7 @@ $api('$id',data);";
$subtitle="";
$message="";
if (isset($output["error"]) {
if (isset($output["error"])) {
$message=$output["error"];
$success=0;
} else {