* Fix bug #25234,25233.

This commit is contained in:
tianshujie
2022-07-14 09:57:56 +08:00
parent ace5265a11
commit b5a9fe8c52
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -633,7 +633,7 @@ class commonModel extends model
}
else if(!defined('TUTORIAL'))
{
$params = "programID=0&copyProjectID=0&extra=from=global";
$params = "programID=0&extra=from=global";
$createMethod = 'createGuide';
$attr = 'data-toggle="modal"';
}