From c7ecda0fad652c8325e71049eb829f2e5d1499e6 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Wed, 5 Dec 2012 09:23:53 +0000 Subject: [PATCH] Fix the multi-lingual support on the active extensions page. --- app/calls_active/calls_active_extensions_inc.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/calls_active/calls_active_extensions_inc.php b/app/calls_active/calls_active_extensions_inc.php index ba7bbfe145..3c5b8a6143 100644 --- a/app/calls_active/calls_active_extensions_inc.php +++ b/app/calls_active/calls_active_extensions_inc.php @@ -35,11 +35,6 @@ else { exit; } -//add multi-lingual support - foreach($text as $key => $value) { - $text[$key] = $value[$_SESSION['domain']['language']['code']]; - } - //set debug to true or false $debug = false;