thomascube
2009-07-31 7f37b879fd102f9e96f1242abbeb6c481be8e162
Cleanup temporary attachment files when killing session + fix indentation

1 files modified
1 ■■■■ changed files
plugins/filesystem_attachments/filesystem_attachments.php 1 ●●●● 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'));
    }
    /**