Aleksander Machniak
2015-05-19 b3bf9c88dcb3ccd56ceece8f1dc23312cdbd1861
plugins/database_attachments/database_attachments.php
@@ -43,9 +43,9 @@
        $status = $cache->write($key, $data);
        if ($status) {
            $args['id'] = $key;
            $args['id']     = $key;
            $args['status'] = true;
            unset($args['path']);
            $args['path']   = null;
        }
        return $args;