Aleksander Machniak
2015-05-19 7fdc341a228abbbbf5139d8bf0386bd3462f053a
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;