From e1f20d5ef148b192f5d75fcb975ae5ffe0d32e2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BB=94=E5=93=A5?= Date: Mon, 4 Dec 2017 14:50:09 +0800 Subject: [PATCH] * Fix bug 1278 --- module/story/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/story/control.php b/module/story/control.php index 41ed2cd56e..87c6df44a4 100644 --- a/module/story/control.php +++ b/module/story/control.php @@ -970,7 +970,7 @@ class story extends control } } if(!dao::isError()) $this->loadModel('score')->create('ajax', 'batchOther'); - die(js::locate($this->session->storyList)); + die(js::locate($this->session->storyList, 'parent')); } /**