* Fix bug#42451.

This commit is contained in:
xieqiyu
2023-12-28 10:10:44 +08:00
parent 3a0cc2e21c
commit 81045aecfc
+1 -1
View File
@@ -164,7 +164,7 @@ class projectStory extends control
{
if(isset($executionStories[$storyID])) continue;
$this->execution->unlinkStory($projectID, $storyID);
$this->execution->unlinkStory($projectID, (int)$storyID);
if(dao::isError()) $errors[$storyID] = dao::getError();
}
if(empty($errors)) $this->loadModel('score')->create('ajax', 'batchOther');