浏览代码

translations: unintentionally deleted code

trendschau 5 年之前
父节点
当前提交
0fdfa4f0c7
共有 1 个文件被更改,包括 6 次插入0 次删除
  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()