Fix for instances with old GraphicsMagick or ImageMagick versions (no -auto-orient).
This commit is contained in:
@@ -69,7 +69,7 @@ function error($message, $priority = true, $debug_stuff = false) {
|
||||
// Running from CLI
|
||||
die('Error: ' . $message . "\n");
|
||||
}
|
||||
|
||||
|
||||
if ($config['debug'] && isset($db_error)) {
|
||||
$debug_stuff = array_combine(array('SQLSTATE', 'Error code', 'Error message'), $db_error);
|
||||
}
|
||||
|
Reference in New Issue
Block a user