diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-12-07 11:13:11 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-12-07 11:13:11 +0100 |
commit | 996af3bfd9bfcac84396790a9a215d177b17c79e (patch) | |
tree | ed80623400c0abaed69856399d015f20392180eb /program/lib/Roundcube/rcube.php | |
parent | 8b748de4ec5e48c7cc0e3f4942669c369710830e (diff) |
Some more rcmail -> rcube cleanup
Diffstat (limited to 'program/lib/Roundcube/rcube.php')
-rw-r--r-- | program/lib/Roundcube/rcube.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/lib/Roundcube/rcube.php b/program/lib/Roundcube/rcube.php index c3aa8ffa5..cc4905a14 100644 --- a/program/lib/Roundcube/rcube.php +++ b/program/lib/Roundcube/rcube.php @@ -36,7 +36,7 @@ class rcube /** * Singleton instace of rcube * - * @var rcmail + * @var rcube */ static protected $instance; |