From b440b4c338c7ae29d0f0594533c81aeabfb116a6 Mon Sep 17 00:00:00 2001 From: Jeroen De Meerleer Date: Sat, 29 Dec 2018 11:39:19 +0100 Subject: [PATCH] Updated towards code standards --- src/Core/L10n.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Core/L10n.php b/src/Core/L10n.php index 3b62a77952..74dea2d3f0 100644 --- a/src/Core/L10n.php +++ b/src/Core/L10n.php @@ -111,7 +111,7 @@ class L10n extends BaseObject } //if $_GET['lang'] is set force $_GET['lang'] if (isset($_GET['lang'])) { - $lang_list = [ $_GET['lang'] ]; + $lang_list = [$_GET['lang']]; } // check if we have translations for the preferred languages and pick the 1st that has foreach ($lang_list as $lang) {