Fix ticket reference

pull/68/head
Thomas Bruederli 12 years ago
parent e1ed10cd66
commit 64e1c2d406

@ -1,7 +1,7 @@
CHANGELOG Roundcube Webmail
===========================
- Set minimal permissions to temp files (#148899)
- Set minimal permissions to temp files (#1488996)
- Improve content check for embedded images without filename (#1489029)
- Fix handling of invalid characters in message headers and output (#1489032)
- Fix selecting collapsed rows on select-all (#1489036)

@ -60,7 +60,7 @@ class filesystem_attachments extends rcube_plugin
$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;

Loading…
Cancel
Save