Browse Source

translations: unintentionally deleted code

trendschau 5 years ago
parent
commit
0fdfa4f0c7
1 changed files with 6 additions and 0 deletions
  1. 6 0
      system/Settings.php

+ 6 - 0
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()