From 6433fe014ff28a87abb05f1a4fa1de091a22895c Mon Sep 17 00:00:00 2001 From: Chuck Hagenbuch Date: Wed, 22 Jul 2009 09:57:28 -0400 Subject: [PATCH] fix method name --- turba/lib/base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turba/lib/base.php b/turba/lib/base.php index fcecb7845..b669082a1 100644 --- a/turba/lib/base.php +++ b/turba/lib/base.php @@ -21,7 +21,7 @@ require_once HORDE_BASE . '/lib/core.php'; // Registry. $registry = Horde_Registry::singleton(); -$authentication = Horde::nonInputVar('turba_authentication'); +$authentication = Horde_Util::nonInputVar('turba_authentication'); try { $registry->pushApp('turba', ($authentication != 'none')); } catch (Horde_Exception $e) { -- 2.11.0