summaryrefslogtreecommitdiff
path: root/it.class
diff options
context:
space:
mode:
Diffstat (limited to 'it.class')
-rw-r--r--it.class2
1 files changed, 1 insertions, 1 deletions
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 " : "";