From: Gunnar Wrobel Date: Wed, 4 Nov 2009 14:47:45 +0000 (+0100) Subject: The parent class declares this as public. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=1e92094e7b49ff4e793beaa146e33160230b514f;p=horde.git The parent class declares this as public. --- diff --git a/framework/Auth/lib/Horde/Auth/Cyrsql.php b/framework/Auth/lib/Horde/Auth/Cyrsql.php index 9821f9b84..d5a854cfa 100644 --- a/framework/Auth/lib/Horde/Auth/Cyrsql.php +++ b/framework/Auth/lib/Horde/Auth/Cyrsql.php @@ -460,7 +460,7 @@ Horde_String::convertCharset($userName . $this->_separator . $value . '@' . $dom * * @throws Horde_Auth_Exception */ - protected function _connect() + public function _connect() { if ($this->_connected) { return;