plugins/filesystem_attachments/filesystem_attachments.php | ●●●●● patch | view | raw | blame | history |
plugins/filesystem_attachments/filesystem_attachments.php
@@ -40,6 +40,7 @@ // Delete all temp files associated with this user $this->add_hook('cleanup_attachments', array($this, 'cleanup')); $this->add_hook('kill_session', array($this, 'cleanup')); } /**