forked from leftypol/leftypol
Fix for instances with old GraphicsMagick or ImageMagick versions (no -auto-orient).
This commit is contained in:
parent
486eccba2e
commit
ac4306555b
5 changed files with 97 additions and 13 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