From 2880cfd4bc2b368a01937af88b58b2a986d39b66 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Thu, 15 Jul 2010 11:36:03 -0400 Subject: [PATCH] Horde_Nls::$config -> $registry->config --- horde/services/portal/sidebar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/horde/services/portal/sidebar.php b/horde/services/portal/sidebar.php index 433c7d7a2..cbefb1dd6 100644 --- a/horde/services/portal/sidebar.php +++ b/horde/services/portal/sidebar.php @@ -266,7 +266,7 @@ function sidebar() exit; } - $rtl = isset(Horde_Nls::$config['rtl'][$language]); + $rtl = isset($GLOBALS['registry']->config['rtl'][$language]); Horde::addScriptFile('prototype.js', 'horde'); Horde::addScriptFile('sidebar.js', 'horde'); require $GLOBALS['registry']->get('templates', 'horde') . '/portal/sidebar.inc'; -- 2.11.0