From 1e92094e7b49ff4e793beaa146e33160230b514f Mon Sep 17 00:00:00 2001 From: Gunnar Wrobel
Date: Wed, 4 Nov 2009 15:47:45 +0100 Subject: [PATCH] The parent class declares this as public. --- framework/Auth/lib/Horde/Auth/Cyrsql.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.11.0