fix typo
This commit is contained in:
parent
68410eeb34
commit
d0a7f05f50
|
@ -815,7 +815,7 @@ $api('$id',data);";
|
|||
$subtitle="";
|
||||
$message="";
|
||||
|
||||
if (isset($output["error"]) {
|
||||
if (isset($output["error"])) {
|
||||
$message=$output["error"];
|
||||
$success=0;
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue