From: Eric Rostetter Date: Mon, 30 Aug 2010 15:59:29 +0000 (-0500) Subject: Bug #9208: Fix call to Horde_Util X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=38f90f61620e57d2d6d12a890baeed1fae52ea6f;p=horde.git Bug #9208: Fix call to Horde_Util --- 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")); }