From eea11ecdde396ffc261c20ab930120612260d931 Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Mon, 21 Apr 2014 10:39:19 -0400
Subject: [PATCH] Move rcube_installer class to include/rcmail_installer in order to remain accessible by the update script even if the installer directory was removed

---
 installer/config.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/installer/config.php b/installer/config.php
index 8b98dbe..39bf48e 100644
--- a/installer/config.php
+++ b/installer/config.php
@@ -1,6 +1,6 @@
 <?php
 
-if (!class_exists('rcube_install') || !is_object($RCI)) {
+if (!class_exists('rcmail_install', false) || !is_object($RCI)) {
     die("Not allowed! Please open installer/index.php instead.");
 }
 

--
Gitblit v1.9.1