diff --git a/module/story/zen.php b/module/story/zen.php index 107323888d..97a7fe652b 100644 --- a/module/story/zen.php +++ b/module/story/zen.php @@ -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; }