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
@ -124,7 +124,7 @@ class Upload extends Extension {
|
|||||||
|
|
||||||
// PHP falls back to system default if /tmp fails, can't we just
|
// PHP falls back to system default if /tmp fails, can't we just
|
||||||
// use the system default to start with? :-/
|
// use the system default to start with? :-/
|
||||||
fopen($tmp_filename, "w");
|
$fp = fopen($tmp_filename, "w");
|
||||||
fwrite($fp, $data);
|
fwrite($fp, $data);
|
||||||
fclose($fp);
|
fclose($fp);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user