fix method name
authorChuck Hagenbuch <chuck@horde.org>
Wed, 22 Jul 2009 13:57:28 +0000 (09:57 -0400)
committerChuck Hagenbuch <chuck@horde.org>
Wed, 22 Jul 2009 13:57:28 +0000 (09:57 -0400)
turba/lib/base.php

index fcecb78..b669082 100644 (file)
@@ -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) {