mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-25 16:00:22 +01:00
shell_exec_error() fix
This commit is contained in:
parent
593f8757f2
commit
ac931e8cd7
@ -1947,5 +1947,5 @@ function shell_exec_error($command) {
|
||||
);
|
||||
}
|
||||
|
||||
return $return === 'TB_SUCCESS' ? false : $return;
|
||||
return ($return === 'TB_SUCCESS') ? false : $return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user