From 9439a26498ab3b2978ba6b889684fadfa82368e8 Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Mon, 6 Aug 2012 15:30:22 +0000 Subject: Test commit --- it.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it.class b/it.class index 4a5a939..6a9bd4c 100644 --- a/it.class +++ b/it.class @@ -612,7 +612,7 @@ static function imageconvert($p) $p['-opts'] = array('-thumbnail' => $p['size'], '-quality' => $p['quality']) + (array)$p['-opts']; if (!$p['keepalpha']) - $p['-opts'] = array_merge(array('-flatten' => true), $p['-opts']); # flatten must be first + $p['-opts'] = array_merge(array('-flatten' => true), $p['-opts']); # Option -flatten must be first $ultratimeout = file_exists("/opt/ultra/bin/ultratimeout") ? "/opt/ultra/bin/ultratimeout 30 " : ""; -- cgit v1.2.3