Browse Source

Upgrade: Forgot a couple files for the last revision submission.

Nate Jones 11 năm trước cách đây
mục cha
commit
fd5d77ea48
2 tập tin đã thay đổi với 5 bổ sung4 xóa
  1. 0 4
      core/upgrade/app_config.php
  2. 5 0
      core/upgrade/app_languages.php

+ 0 - 4
core/upgrade/app_config.php

@@ -48,10 +48,6 @@
 		$apps[$x]['permissions'][$y]['menu']['uuid'] = "e7bb1296-3141-48c9-a95a-82d2768d0ae4";
 		$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
 		$y++;
-		$apps[$x]['permissions'][$y]['name'] = "upgrade_datatypes";
-		$apps[$x]['permissions'][$y]['menu']['uuid'] = "9c82d494-c248-4f74-a82b-2af15064d6fc";
-		$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
-		$y++;
 
 	//schema details
 		$y = 0; //table array index

+ 5 - 0
core/upgrade/app_languages.php

@@ -10,6 +10,11 @@
 	$text['title-upgrade']['pt-pt'] = "Actualizar";
 	$text['title-upgrade']['fr-fr'] = "Mise à jour";
 
+	$text['header-svn_update_results']['en-us'] = "SVN Update Results";
+	$text['header-svn_update_results']['es-cl'] = "";
+	$text['header-svn_update_results']['pt-pt'] = "";
+	$text['header-svn_update_results']['fr-fr'] = "";
+
 	$text['header-upgrade_schema_results']['en-us'] = "Upgrade Schema Results";
 	$text['header-upgrade_schema_results']['es-cl'] = "Actualiza Esquema Resultados";
 	$text['header-upgrade_schema_results']['pt-pt'] = "Resultados Atualização do Esquema";