From 0760efa2109cfd9a278cf934e20f45ecbe547e19 Mon Sep 17 00:00:00 2001 From: Nate Jones Date: Sun, 27 Apr 2014 02:35:03 +0000 Subject: [PATCH] Issue 579 Fix - Okay, now really fixed, I believe. --- app/calls/calls.php | 1 + core/user_settings/user_dashboard.php | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app/calls/calls.php b/app/calls/calls.php index e9bc94cb4a..7c6a36e9af 100644 --- a/app/calls/calls.php +++ b/app/calls/calls.php @@ -39,6 +39,7 @@ else { $order = check_str($_GET["order"]); //add multi-lingual support + unset($text); require_once "app/calls/app_languages.php"; foreach($text as $key => $value) { $text[$key] = $value[$_SESSION['domain']['language']['code']]; diff --git a/core/user_settings/user_dashboard.php b/core/user_settings/user_dashboard.php index 45465f0a2d..e006790c09 100644 --- a/core/user_settings/user_dashboard.php +++ b/core/user_settings/user_dashboard.php @@ -47,9 +47,7 @@ require_once "resources/header.php"; //add multi-lingual support - echo "\n"; foreach($text as $key => $value) { $text[$key] = $value[$_SESSION['domain']['language']['code']]; }