Selaa lähdekoodia

language translations for pt-pt and some other minor fixes and updates

Nuno Miguel Reis 12 vuotta sitten
vanhempi
commit
7253f646e4
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      app_config.php

+ 2 - 1
app_config.php

@@ -37,8 +37,9 @@
 
 	//permission details
 		$apps[$x]['permissions'][0]['name'] = "sql_query_execute";
+		$apps[$x]['permissions'][0]['menu']['uuid'] = "a894fed7-5a17-f695-c3de-e32ce58b3794";
 		$apps[$x]['permissions'][0]['groups'][] = "superadmin";
 
 		$apps[$x]['permissions'][1]['name'] = "sql_query_backup";
 		$apps[$x]['permissions'][1]['groups'][] = "superadmin";
-?>
+?>