From af62e8109d2050575ac1678f333abf6564d496fa Mon Sep 17 00:00:00 2001 From: alec Date: Thu, 17 Apr 2008 08:43:42 +0000 Subject: - Updated PEAR::Auth_SASL to 1.0.2 git-svn-id: https://svn.roundcube.net/trunk@1322 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/lib/Auth/SASL.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'roundcubemail/program/lib/Auth/SASL.php') diff --git a/roundcubemail/program/lib/Auth/SASL.php b/roundcubemail/program/lib/Auth/SASL.php index 6e3dc34e4..9b7090c0f 100644 --- a/roundcubemail/program/lib/Auth/SASL.php +++ b/roundcubemail/program/lib/Auth/SASL.php @@ -91,7 +91,8 @@ class Auth_SASL } require_once($filename); - return new $classname(); + $obj = new $classname(); + return $obj; } } -- cgit v1.2.3