Aleksander Machniak
2013-06-11 a201e0704cd7e35d9d251fe9ff204900a4f5ec1d
plugins/filesystem_attachments/filesystem_attachments.php
@@ -60,7 +60,7 @@
            $args['id'] = $this->file_id();
            $args['path'] = $tmpfname;
            $args['status'] = true;
            @chmod($tmpfname, 0600);  // set correct permissions (#148899)
            @chmod($tmpfname, 0600);  // set correct permissions (#1488996)
            // Note the file for later cleanup
            $_SESSION['plugins']['filesystem_attachments'][$group][] = $tmpfname;