summaryrefslogtreecommitdiff
path: root/program/lib/Roundcube/rcube_content_filter.php
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2014-11-16 14:04:53 +0100
committerAleksander Machniak <alec@alec.pl>2014-11-16 14:04:53 +0100
commit9e4246d9571481fe7b80227b1e23dc013771c5af (patch)
treea051a22d8ecda4a648adcfe11504648f57f60e2a /program/lib/Roundcube/rcube_content_filter.php
parent07280e764357fe844c18beb9ada772956735b49e (diff)
Code improvements and fixes (mostly unused variables and methods)
Diffstat (limited to 'program/lib/Roundcube/rcube_content_filter.php')
-rw-r--r--program/lib/Roundcube/rcube_content_filter.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/lib/Roundcube/rcube_content_filter.php b/program/lib/Roundcube/rcube_content_filter.php
index ae6617d1b..7d3d02970 100644
--- a/program/lib/Roundcube/rcube_content_filter.php
+++ b/program/lib/Roundcube/rcube_content_filter.php
@@ -33,7 +33,7 @@ class rcube_content_filter extends php_user_filter
return true;
}
- function filter($in, $out, &$consumed, $closing)
+ function filter($in, $out, &$consumed)
{
while ($bucket = stream_bucket_make_writeable($in)) {
$this->buffer .= $bucket->data;