summaryrefslogtreecommitdiff
path: root/program/lib/Roundcube/rcube_content_filter.php
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-03-01 09:07:55 +0100
committerAleksander Machniak <alec@alec.pl>2013-03-01 09:07:55 +0100
commita6fd1578c3535b423e663ec910056413610a800b (patch)
treea194d1c7d0fd256e2bc0c8b26342ac671e317706 /program/lib/Roundcube/rcube_content_filter.php
parentbd1e16f3436786875cb40074d27230a5428693e6 (diff)
Better @package/@subpackage assignment
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 b814bb71d..ae6617d1b 100644
--- a/program/lib/Roundcube/rcube_content_filter.php
+++ b/program/lib/Roundcube/rcube_content_filter.php
@@ -20,7 +20,7 @@
* PHP stream filter to detect html/javascript code in attachments
*
* @package Framework
- * @subpackage Core
+ * @subpackage Utils
*/
class rcube_content_filter extends php_user_filter
{