From 5fdbd5e1bd181989e77fbaa1c887f1ab6e53d956 Mon Sep 17 00:00:00 2001 From: thomasb Date: Thu, 22 Mar 2012 19:19:50 +0000 Subject: Always return the correct connection state git-svn-id: https://svn.roundcube.net/trunk@6030 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/include/rcmail.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'roundcubemail/program/include/rcmail.php') diff --git a/roundcubemail/program/include/rcmail.php b/roundcubemail/program/include/rcmail.php index 6320e5e3f..a86729156 100644 --- a/roundcubemail/program/include/rcmail.php +++ b/roundcubemail/program/include/rcmail.php @@ -728,11 +728,10 @@ class rcmail } else { $this->set_storage_prop(); - return $storage->is_connected(); } } - return false; + return $storage->is_connected(); } -- cgit v1.2.3