From 996af3bfd9bfcac84396790a9a215d177b17c79e Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Fri, 07 Dec 2012 05:13:11 -0500 Subject: [PATCH] Some more rcmail -> rcube cleanup --- 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 c3aa8ff..cc4905a 100644 --- a/program/lib/Roundcube/rcube.php +++ b/program/lib/Roundcube/rcube.php @@ -36,7 +36,7 @@ /** * Singleton instace of rcube * - * @var rcmail + * @var rcube */ static protected $instance; -- Gitblit v1.9.1