From eee8de32a92b0f901f8a8828be86c2b099045229 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Tue, 18 Jan 2022 15:01:38 +0800 Subject: [PATCH] * Fix bug #18469. --- module/common/model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/common/model.php b/module/common/model.php index 814602a66d..4a70f7907c 100644 --- a/module/common/model.php +++ b/module/common/model.php @@ -532,7 +532,7 @@ class commonModel extends model { $params = "programID=0©ProjectID=0&extra=from=global"; $createMethod = 'createGuide'; - $attr = 'data-toggle="modal" data-target="#guideDialog"'; + $attr = 'data-toggle="modal"'; } else {