* Fix bug #36686.g

This commit is contained in:
songchenxuan
2023-07-19 05:25:19 +08:00
parent 223e8bc4df
commit d062087204
+1 -1
View File
@@ -135,7 +135,7 @@ class story extends control
setcookie('lastStoryModule', (int)$this->post->module, $this->config->cookieLife, $this->config->webRoot, '', $this->config->cookieSecure, false);
$this->story->create($objectID, $bugID, $from = isset($fromObjectIDKey) ? $fromObjectIDKey : '', $extra);
$storyResult = $this->story->create($objectID, $bugID, $from = isset($fromObjectIDKey) ? $fromObjectIDKey : '', $extra);
if(dao::isError())
{
$response['result'] = 'fail';