* fix bug .

This commit is contained in:
tanghucheng
2022-02-16 08:53:30 +08:00
parent 879d3c2f17
commit 0f8a2e8172
+1 -1
View File
@@ -11,6 +11,6 @@ class myTask extends task
die(js::locate(helper::createLink('execution', 'create')));
}
return parent::create($executionID = 0, $storyID = 0, $moduleID = 0, $taskID = 0, $todoID = 0, $extra = '');
return parent::create($executionID, $storyID, $moduleID, $taskID, $todoID, $extra);
}
}