From 199a59c2fcee132fe3b038b987322be716eef1bf Mon Sep 17 00:00:00 2001 From: Chuck Hagenbuch Date: Tue, 14 Jul 2009 00:37:36 -0400 Subject: [PATCH] Util -> Horde_Util --- framework/Auth/lib/Horde/Auth/Smb.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/Auth/lib/Horde/Auth/Smb.php b/framework/Auth/lib/Horde/Auth/Smb.php index 48fec9cd4..9abfd859d 100644 --- a/framework/Auth/lib/Horde/Auth/Smb.php +++ b/framework/Auth/lib/Horde/Auth/Smb.php @@ -44,7 +44,7 @@ class Horde_Auth_Smb extends Horde_Auth_Base */ public function __construct($params = array()) { - if (!Util::extensionExists('smbauth')) { + if (!Horde_Util::extensionExists('smbauth')) { throw new Horde_Exception(_("Horde_Auth_Smb: Required smbauth extension not found.")); } -- 2.11.0