diff options
author | alecpl <alec@alec.pl> | 2012-04-20 13:28:52 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2012-04-20 13:28:52 +0000 |
commit | b1b808d2cd471d33d29d202ce421e678608edb7e (patch) | |
tree | d04a13990b03128dc1f0bc2494375a6ca7d2164c /program/include | |
parent | a2f896bdeb2bebd09e85742c2918c79020830212 (diff) |
- Fix typo (#1488325)
Diffstat (limited to 'program/include')
-rw-r--r-- | program/include/rcube_image.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/include/rcube_image.php b/program/include/rcube_image.php index c42b4af2b..5ba635714 100644 --- a/program/include/rcube_image.php +++ b/program/include/rcube_image.php @@ -75,7 +75,7 @@ class rcube_image { $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) { |