mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
fix for palm-download as suggested by Peter Hrastnik's patch [ 1010631 ] patch for broken pdb file-download (headers already sent)
This commit is contained in:
parent
ef7e5ca4b6
commit
e30da3d40f
@ -157,7 +157,7 @@
|
||||
fwrite($fd, $content);
|
||||
|
||||
// And flushes all
|
||||
flush($fd);
|
||||
fflush($fd);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user