program/include/rcube_imap.php
@@ -135,6 +135,8 @@ $this->set_rootdir($this->conn->rootdir); if (empty($this->delimiter)) $this->get_hierarchy_delimiter(); return true; } // write error log else if ($this->conn->error) { @@ -144,7 +146,7 @@ 'message' => $this->conn->error), true, false); } return $this->conn ? true : false; return false; }