From 0fdfa4f0c7e67241e599586be977738065d44648 Mon Sep 17 00:00:00 2001 From: trendschau Date: Tue, 19 May 2020 20:17:54 +0200 Subject: [PATCH] translations: unintentionally deleted code --- system/Settings.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/system/Settings.php b/system/Settings.php index 852a9bd..ba541aa 100644 --- a/system/Settings.php +++ b/system/Settings.php @@ -160,6 +160,12 @@ class Settings $plugins_labels = array_merge($plugins_labels, $value); } } + + # Combines arrays of system languages, themes and plugins + $labels = array_merge($system_labels, $theme_labels, $plugins_labels); + + return $labels; + } public function whichLanguage()