projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fad70e0
)
Bug #9208: Fix call to Horde_Util
author
Eric Rostetter
<ericr@horde.org>
Mon, 30 Aug 2010 15:59:29 +0000
(10:59 -0500)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 30 Aug 2010 17:41:05 +0000
(11:41 -0600)
horde/lib/Block/account.php
patch
|
blob
|
history
diff --git
a/horde/lib/Block/account.php
b/horde/lib/Block/account.php
index
db40696
..
4c5bfc4
100644
(file)
--- a/
horde/lib/Block/account.php
+++ b/
horde/lib/Block/account.php
@@
-283,7
+283,7
@@
class Accounts_Driver_localhost extends Accounts_Driver {
if (!isset($information)) {
// this won't work if we don't have posix extensions
- if (!Util::extensionExists('posix')) {
+ if (!
Horde_
Util::extensionExists('posix')) {
return PEAR::raiseError(_("POSIX extension is missing"));
}