diff --git a/inc/functions.php b/inc/functions.php index 8b2c4c7b..7c202380 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -1947,5 +1947,5 @@ function shell_exec_error($command) { ); } - return $return === 'TB_SUCCESS' ? false : $return; + return ($return === 'TB_SUCCESS') ? false : $return; }