* Fix bug 1278

This commit is contained in:
滔哥
2017-12-04 14:50:09 +08:00
parent aa391ba138
commit e1f20d5ef1
+1 -1
View File
@@ -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'));
}
/**