From 38f90f61620e57d2d6d12a890baeed1fae52ea6f Mon Sep 17 00:00:00 2001 From: Eric Rostetter Date: Mon, 30 Aug 2010 10:59:29 -0500 Subject: [PATCH] Bug #9208: Fix call to Horde_Util --- horde/lib/Block/account.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/horde/lib/Block/account.php b/horde/lib/Block/account.php index db4069640..4c5bfc4d4 100644 --- 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")); } -- 2.11.0