瀏覽代碼

Update app_menu.php (#4433)

fixed user account setting edit under Home>Account settings
benwiesner1 6 年之前
父節點
當前提交
a2f7785781
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/users/app_menu.php

+ 1 - 1
core/users/app_menu.php

@@ -47,7 +47,7 @@
 	$apps[$x]['menu'][$y]['uuid'] = "4d532f0b-c206-c39d-ff33-fc67d668fb69";
 	$apps[$x]['menu'][$y]['parent_uuid'] = "02194288-6d56-6d3e-0b1a-d53a2bc10788";
 	$apps[$x]['menu'][$y]['category'] = "internal";
-	$apps[$x]['menu'][$y]['path'] = "/core/users/user_edit.php?id=user";
+	$apps[$x]['menu'][$y]['path'] = "/core/users/user_edit.php?id=".$_SESSION['user_uuid']."";
 	$apps[$x]['menu'][$y]['groups'][] = "superadmin";
 	$apps[$x]['menu'][$y]['groups'][] = "admin";
 	$apps[$x]['menu'][$y]['groups'][] = "user";