* add actions for story detail.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
@@ -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'?>
|
||||
|
||||
Reference in New Issue
Block a user