Explorar el Código

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

Nuno Miguel Reis hace 12 años
padre
commit
7253f646e4
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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";
-?>
+?>