* Fix bad call of $dao::$errors.

This commit is contained in:
dingguodong
2023-07-24 18:42:34 +08:00
parent 28b5466d16
commit bf19eb8d06
+1 -1
View File
@@ -827,7 +827,7 @@ class storyZen extends story
}
if($this->post->result == false)
{
dao::$errors[] = $this->lang->story->mustChooseResult;
dao::$errors['result'][] = $this->lang->story->mustChooseResult;
return false;
}