From 15788164228a34cc3cb4d4886a74d42c9a757825 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Thu, 17 Apr 2008 04:43:42 -0400 Subject: [PATCH] - Updated PEAR::Auth_SASL to 1.0.2 --- program/lib/Auth/SASL.php | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/program/lib/Auth/SASL.php b/program/lib/Auth/SASL.php index 6e3dc34..9b7090c 100644 --- a/program/lib/Auth/SASL.php +++ b/program/lib/Auth/SASL.php @@ -91,7 +91,8 @@ } require_once($filename); - return new $classname(); + $obj = new $classname(); + return $obj; } } -- Gitblit v1.9.1