Browse Source

translations: unintentionally deleted code

trendschau 5 năm trước cách đây
mục cha
commit
0fdfa4f0c7
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  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()