* add actions for story detail.

This commit is contained in:
chencongzhi520@gmail.com
2013-06-27 01:23:22 +00:00
parent 389c4759e5
commit 77864751cb
2 changed files with 3 additions and 1 deletions

View File

@@ -768,7 +768,8 @@ class story extends control
*/
public function ajaxGetDetail($storyID)
{
$this->view->story = $this->story->getByID($storyID);
$this->view->actions = $this->action->getList('story', $storyID);
$this->view->story = $this->story->getByID($storyID);
$this->display();
}

View File

@@ -6,3 +6,4 @@
<p><strong><?php echo $lang->story->verify?><strong></p>
<?php echo $story->verify;?>
</div>
<?php include '../../common/view/m.action.html.php'?>