update comment

This commit is contained in:
Shish 2013-06-15 19:57:15 +01:00
parent e7ddd2960b
commit c8b12a0459

View File

@ -330,8 +330,6 @@ class Upload extends Extension {
$rating = "";
}
// PHP falls back to system default if /tmp fails, can't we just
// use the system default to start with? :-/
$tmp_filename = tempnam(ini_get('upload_tmp_dir'), "shimmie_transload");
$filename = basename($url);