Aleksander Machniak
2015-05-13 942b82a418a523207c25cf13f6523e673eb80205
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;