From b3e3422e9fc8418732574120b8ae82a0a25ca628 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Sun, 26 May 2013 05:57:28 -0400
Subject: [PATCH] Fix class name

---
 program/lib/Roundcube/rcube_cache_shared.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/program/lib/Roundcube/rcube_cache_shared.php b/program/lib/Roundcube/rcube_cache_shared.php
index c43d2ca..5983bd3 100644
--- a/program/lib/Roundcube/rcube_cache_shared.php
+++ b/program/lib/Roundcube/rcube_cache_shared.php
@@ -27,7 +27,7 @@
  * @author     Thomas Bruederli <roundcube@gmail.com>
  * @author     Aleksander Machniak <alec@alec.pl>
  */
-class rcube_cache
+class rcube_cache_shared
 {
     /**
      * Instance of database handler

--
Gitblit v1.9.1