mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-18 19:30:55 +01:00
Fixed a quote/tick problem.
This commit is contained in:
parent
5e7170193e
commit
42a23a93c3
@ -287,7 +287,7 @@
|
|||||||
|
|
||||||
if ($length)
|
if ($length)
|
||||||
{
|
{
|
||||||
header("Content-length: ".$length);
|
header('Content-length: '.$length);
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($nocache)
|
if ($nocache)
|
||||||
|
Loading…
Reference in New Issue
Block a user