forked from leftypol/leftypol
shell_exec_error() fix
This commit is contained in:
parent
b373b39f44
commit
486eccba2e
1 changed files with 1 additions and 1 deletions
|
@ -1947,5 +1947,5 @@ function shell_exec_error($command) {
|
|||
);
|
||||
}
|
||||
|
||||
return $return === 'TB_SUCCESS' ? false : $return;
|
||||
return ($return === 'TB_SUCCESS') ? false : $return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue