program/include/rcube_image.php
@@ -19,9 +19,6 @@ | Author: Thomas Bruederli <roundcube@gmail.com> | | Author: Aleksander Machniak <alec@alec.pl> | +-----------------------------------------------------------------------+ $Id$ */ class rcube_image @@ -75,7 +72,7 @@ { $result = false; $rcube = rcube::get_instance(); $convert = $rcmail->config->get('im_convert_path', false); $convert = $rcube->config->get('im_convert_path', false); $props = $this->props(); if (!$filename) {