Skip to content

Commit

Permalink
ws
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Oct 8, 2013
1 parent 6b60cde commit 651bfd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imp/lib/Compose/Attachment/Storage.php
Expand Up @@ -110,7 +110,7 @@ public function getTempFile()
while (!feof($stream)) {
fwrite($fd, fread($stream, 8192));
}
fclose($stream);
fclose($stream);
fclose($fd);

return $tmp;
Expand Down

0 comments on commit 651bfd1

Please sign in to comment.