From 107f34b583f473eec61b7c9822009c3084410189 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Carlos=20Ra=C3=B1a?= Date: Sat, 24 Mar 2012 19:25:53 +0100 Subject: [PATCH] fix lang var --- main/social/home.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/social/home.php b/main/social/home.php index 14d5e38ab8..e534a00316 100644 --- a/main/social/home.php +++ b/main/social/home.php @@ -162,7 +162,7 @@ $social_right_content .= '
} $social_right_content .= '
'; -$tpl = new Template(get_lang('Social')); +$tpl = new Template(get_lang('SocialNetwork')); $tpl->assign('social_left_content', $social_left_content); $tpl->assign('social_left_menu', $social_left_menu); $tpl->assign('social_right_content', $social_right_content);