Aleksander Machniak
2015-08-07 36bd93f1384ccf3f3ccd6fa884ad594d1b486367
program/lib/Roundcube/rcube_content_filter.php
@@ -33,7 +33,7 @@
        return true;
    }
    function filter($in, $out, &$consumed)
    function filter($in, $out, &$consumed, $closing)
    {
        while ($bucket = stream_bucket_make_writeable($in)) {
            $this->buffer .= $bucket->data;