From 35f4b33ce97878fa559f8dae4f9d22b07214cd9b Mon Sep 17 00:00:00 2001 From: qixinzhi Date: Tue, 9 May 2023 10:44:54 +0000 Subject: [PATCH] * Fix comment. --- module/bug/model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/bug/model.php b/module/bug/model.php index 5049a7ad6e..ab6b003953 100644 --- a/module/bug/model.php +++ b/module/bug/model.php @@ -1291,7 +1291,7 @@ class bugModel extends model * * @param int $executionId * @param string $extra - * @param string $extra + * @param string $from * @access public * @return viod */