diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-03-01 09:07:55 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-03-01 09:07:55 +0100 |
commit | a6fd1578c3535b423e663ec910056413610a800b (patch) | |
tree | a194d1c7d0fd256e2bc0c8b26342ac671e317706 /program/lib/Roundcube/rcube_base_replacer.php | |
parent | bd1e16f3436786875cb40074d27230a5428693e6 (diff) |
Better @package/@subpackage assignment
Diffstat (limited to 'program/lib/Roundcube/rcube_base_replacer.php')
-rw-r--r-- | program/lib/Roundcube/rcube_base_replacer.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/lib/Roundcube/rcube_base_replacer.php b/program/lib/Roundcube/rcube_base_replacer.php index fcd85c2c8..e41ccb1d9 100644 --- a/program/lib/Roundcube/rcube_base_replacer.php +++ b/program/lib/Roundcube/rcube_base_replacer.php @@ -21,7 +21,7 @@ * using a predefined base * * @package Framework - * @subpackage Core + * @subpackage Utils * @author Thomas Bruederli <roundcube@gmail.com> */ class rcube_base_replacer |