浏览代码

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

Nuno Miguel Reis 12 年之前
父节点
当前提交
7253f646e4
共有 1 个文件被更改,包括 2 次插入1 次删除
  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";
-?>
+?>