assign the file pointer to something

git-svn-id: file:///home/shish/svn/shimmie2/trunk@341 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
shish 2007-07-19 22:18:50 +00:00
parent 2a48e009eb
commit 16df65cf35

View file

@ -124,7 +124,7 @@ class Upload extends Extension {
// PHP falls back to system default if /tmp fails, can't we just
// use the system default to start with? :-/
fopen($tmp_filename, "w");
$fp = fopen($tmp_filename, "w");
fwrite($fp, $data);
fclose($fp);
}