From c76e36c430a25d10780bcb54d138fd3cde013ca4 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Mon, 21 Aug 2023 17:22:38 +0800 Subject: [PATCH] * Change the comment of the checkAccess method. --- module/project/model.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/module/project/model.php b/module/project/model.php index 592bf74984..56c833c192 100755 --- a/module/project/model.php +++ b/module/project/model.php @@ -78,7 +78,8 @@ class projectModel extends model } /** - * Save project state. + * 检查用户是否可以访问当前项目。 + * Check whether access to the current project is allowed or not. * * @param int $projectID * @param array $projects