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:
parent
2a48e009eb
commit
16df65cf35
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Reference in a new issue