diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-04-20 13:58:21 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-04-20 13:58:21 +0000 |
| commit | 32d682d2f1998dbbcb67ea98a04aecd4d1247945 (patch) | |
| tree | 9c4a19192dc9e3a34c7dff3aede8a11feafc6717 /roundcubemail/program/include/rcmail.php | |
| parent | f511cf2acaa930100b121d70831fc6bd8d8cd699 (diff) | |
- Improve performance by including files with absolute path (#1487849)
git-svn-id: https://svn.roundcube.net/trunk@4678 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include/rcmail.php')
| -rw-r--r-- | roundcubemail/program/include/rcmail.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/include/rcmail.php b/roundcubemail/program/include/rcmail.php index 17b82198c..122dbefdd 100644 --- a/roundcubemail/program/include/rcmail.php +++ b/roundcubemail/program/include/rcmail.php @@ -1343,7 +1343,7 @@ class rcmail $rcmail = rcmail::get_instance(); $convert = $rcmail->config->get('im_convert_path', false); $identify = $rcmail->config->get('im_identify_path', false); - + // imagemagick is required for this if (!$convert) return false; |
