alecpl
2012-04-20 b1b808d2cd471d33d29d202ce421e678608edb7e
- Fix typo (#1488325)


1 files modified
2 ■■■ changed files
program/include/rcube_image.php 2 ●●● patch | view | raw | blame | history
program/include/rcube_image.php
@@ -75,7 +75,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) {