Thomas Bruederli
2013-04-10 2741d8ecedb156773328750be0d09ecc89afa4bd
plugins/filesystem_attachments/filesystem_attachments.php
@@ -60,6 +60,7 @@
            $args['id'] = $this->file_id();
            $args['path'] = $tmpfname;
            $args['status'] = true;
            @chmod($tmpfname, 0600);  // set correct permissions (#148899)
            // Note the file for later cleanup
            $_SESSION['plugins']['filesystem_attachments'][$group][] = $tmpfname;