浏览代码

Update user_edit.php

FusionPBX 6 年之前
父节点
当前提交
7dfcf04609
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/users/user_edit.php

+ 1 - 1
core/users/user_edit.php

@@ -1013,7 +1013,7 @@
 	echo "</form>";
 
 	if (permission_exists("user_edit") && permission_exists('user_setting_view') && $action == 'edit') {
-		require "user_settings.php";
+		require $_SERVER["DOCUMENT_ROOT"] . PROJECT_PATH . "/core/user_settings/user_settings.php";
 	}
 
 //include the footer