From: Chuck Hagenbuch Date: Tue, 14 Jul 2009 04:37:36 +0000 (-0400) Subject: Util -> Horde_Util X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=199a59c2fcee132fe3b038b987322be716eef1bf;p=horde.git Util -> Horde_Util --- 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.")); }