projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a768948
)
fix method name
author
Chuck Hagenbuch
<chuck@horde.org>
Wed, 22 Jul 2009 13:57:28 +0000
(09:57 -0400)
committer
Chuck Hagenbuch
<chuck@horde.org>
Wed, 22 Jul 2009 13:57:28 +0000
(09:57 -0400)
turba/lib/base.php
patch
|
blob
|
history
diff --git
a/turba/lib/base.php
b/turba/lib/base.php
index
fcecb78
..
b669082
100644
(file)
--- 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) {