* Fixed an error message when clicking level 1.5 and then clicking Level

2.5.
This commit is contained in:
tianshujie
2023-04-06 09:23:32 +08:00
parent 75d07972ab
commit f3897e5dc8
+1 -2
View File
@@ -2448,8 +2448,7 @@ class productModel extends model
}
else if($module == 'doc')
{
if($method == 'create' or $method == 'edit') $method = 'tableContents';
$link = helper::createLink('doc', $method, "type=product&objectID=%s&from=product");
$link = helper::createLink('doc', 'productSpace', "objectID=%s");
}
elseif($module == 'design')
{