From 1e50e577a08adc89a445626d26cb54411e6a8419 Mon Sep 17 00:00:00 2001 From: Cameron Date: Fri, 8 Nov 2013 23:03:34 -0800 Subject: [PATCH] Modified admin language navigation to use elan=xx --- e107_core/shortcodes/batch/admin_shortcodes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_core/shortcodes/batch/admin_shortcodes.php b/e107_core/shortcodes/batch/admin_shortcodes.php index ae8d3eb95..928ac81fb 100644 --- a/e107_core/shortcodes/batch/admin_shortcodes.php +++ b/e107_core/shortcodes/batch/admin_shortcodes.php @@ -1870,7 +1870,7 @@ Inverse 10 10 } else { - $link = e_REQUEST_URL.(e_QUERY ? '&elan='.$lng : '?elan='.$lng); + $link = e_REQUEST_URL.(e_QUERY ? '&elan='.$code : '?elan='.$code); } $tmp[$c]['text'] = $lng;