projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb4e3b7
)
It is nlsconfig, not config
author
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 15 Jul 2010 16:41:27 +0000
(10:41 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 15 Jul 2010 19:10:26 +0000
(13:10 -0600)
horde/services/portal/sidebar.php
patch
|
blob
|
history
diff --git
a/horde/services/portal/sidebar.php
b/horde/services/portal/sidebar.php
index
cbefb1d
..
bed1fb6
100644
(file)
--- a/
horde/services/portal/sidebar.php
+++ b/
horde/services/portal/sidebar.php
@@
-266,7
+266,7
@@
function sidebar()
exit;
}
- $rtl = isset($GLOBALS['registry']->config['rtl'][$language]);
+ $rtl = isset($GLOBALS['registry']->
nls
config['rtl'][$language]);
Horde::addScriptFile('prototype.js', 'horde');
Horde::addScriptFile('sidebar.js', 'horde');
require $GLOBALS['registry']->get('templates', 'horde') . '/portal/sidebar.inc';