projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50a77ad
)
Util -> Horde_Util
author
Chuck Hagenbuch
<chuck@horde.org>
Tue, 14 Jul 2009 04:37:36 +0000
(
00:37
-0400)
committer
Chuck Hagenbuch
<chuck@horde.org>
Tue, 14 Jul 2009 04:37:36 +0000
(
00:37
-0400)
framework/Auth/lib/Horde/Auth/Smb.php
patch
|
blob
|
history
diff --git
a/framework/Auth/lib/Horde/Auth/Smb.php
b/framework/Auth/lib/Horde/Auth/Smb.php
index
48fec9c
..
9abfd85
100644
(file)
--- 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."));
}