plugins/database_attachments/database_attachments.php | ●●●●● patch | view | raw | blame | history |
plugins/database_attachments/database_attachments.php
@@ -84,14 +84,10 @@ */ function remove($args) { $args['status'] = false; $cache = $this->get_cache(); $status = $cache->remove($args['id']); if ($status) { $args['status'] = true; } $args['status'] = true; return $args; }