Bug #9208: Fix call to Horde_Util
authorEric Rostetter <ericr@horde.org>
Mon, 30 Aug 2010 15:59:29 +0000 (10:59 -0500)
committerMichael M Slusarz <slusarz@curecanti.org>
Mon, 30 Aug 2010 17:41:05 +0000 (11:41 -0600)
horde/lib/Block/account.php

index db40696..4c5bfc4 100644 (file)
@@ -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"));
             }