From 15788164228a34cc3cb4d4886a74d42c9a757825 Mon Sep 17 00:00:00 2001 From: alecpl Date: Thu, 17 Apr 2008 08:43:42 +0000 Subject: - Updated PEAR::Auth_SASL to 1.0.2 --- program/lib/Auth/SASL.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'program/lib/Auth/SASL.php') diff --git a/program/lib/Auth/SASL.php b/program/lib/Auth/SASL.php index 6e3dc34e4..9b7090c0f 100644 --- a/program/lib/Auth/SASL.php +++ b/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