mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-11 00:18:25 +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);
|
fwrite($fd, $content);
|
||||||
|
|
||||||
// And flushes all
|
// And flushes all
|
||||||
flush($fd);
|
fflush($fd);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user