From e8f5062cda9e0180446deb19f2085adcdf9e718c Mon Sep 17 00:00:00 2001 From: dingguodong Date: Thu, 17 Aug 2023 10:10:10 +0800 Subject: [PATCH] * Add a comment for param taskID. --- module/task/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/task/control.php b/module/task/control.php index b0ba45a6b2..27c20a1913 100755 --- a/module/task/control.php +++ b/module/task/control.php @@ -1444,7 +1444,7 @@ class task extends control * AJAX: return stories of test in html select. * * @param int $executionID - * @param int $taskID + * @param int $taskID The task ID which the task copy from. This will be used for creating a task from a existed task. * @access public * @return string */