diff options
author | till <till@php.net> | 2008-03-31 14:10:30 +0000 |
---|---|---|
committer | till <till@php.net> | 2008-03-31 14:10:30 +0000 |
commit | 1b4d732341360ddf17e71bbdbc92db5529794521 (patch) | |
tree | 2bdf461162fbdb05c507e48192a5063467ddb04c /program | |
parent | 7be708ea1ea12e2a90df02a466d97adb2eff0ccc (diff) |
* committed patch from #1484932
Diffstat (limited to 'program')
-rw-r--r-- | program/include/rcube_shared.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/program/include/rcube_shared.inc b/program/include/rcube_shared.inc index bec254661..815331195 100644 --- a/program/include/rcube_shared.inc +++ b/program/include/rcube_shared.inc @@ -262,7 +262,10 @@ function send_modified_header($mdate, $etag=null) header("Etag: $etag"); if ($iscached) + { + ob_end_clean(); exit; + } } |