Aleksander Machniak
2015-05-13 ead2368b716e95e0b62a9a961e2e14ca0ef728fe
Fix bug where database_attachments_cache setting was not working
1 files modified
2 ■■■ changed files
plugins/database_attachments/database_attachments.php 2 ●●● patch | view | raw | blame | history
plugins/database_attachments/database_attachments.php
@@ -155,7 +155,7 @@
            $type   = $rcmail->config->get('database_attachments_cache', 'db');
            // Init SQL cache (disable cache data serialization)
            $this->cache = $rcmail->get_cache($this->prefix, 'db', $ttl, false);
            $this->cache = $rcmail->get_cache($this->prefix, $type, $ttl, false);
        }
        return $this->cache;