projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
576d868
)
Fix NLS access.
author
Jan Schneider
<jan@horde.org>
Wed, 11 Aug 2010 16:31:33 +0000
(18:31 +0200)
committer
Jan Schneider
<jan@horde.org>
Wed, 11 Aug 2010 16:31:33 +0000
(18:31 +0200)
horde/services/help/index.php
patch
|
blob
|
history
diff --git
a/horde/services/help/index.php
b/horde/services/help/index.php
index
b3bdbdc
..
d9a1ae9
100644
(file)
--- a/
horde/services/help/index.php
+++ b/
horde/services/help/index.php
@@
-13,7
+13,7
@@
Horde_Registry::appInit('horde', array('authentication' => 'none'));
$vars = Horde_Variables::getDefaultVariables();
-$rtl = isset(
Horde_Nls::$
config['rtl'][$language]);
+$rtl = isset(
$registry->nls
config['rtl'][$language]);
$title = _("Help");
$show = isset($vars->show)
? Horde_String::lower($vars->show)