diff --git a/application/default/controllers/ReviewController.php b/application/default/controllers/ReviewController.php index bca7bba3..f6a539bf 100644 --- a/application/default/controllers/ReviewController.php +++ b/application/default/controllers/ReviewController.php @@ -548,7 +548,8 @@ class ReviewController extends Zend_Controller_Action function helpAction() { $archives=new Archive($this->db); - $this->view->item=$archives->getOneArchive('元数据评审说明','help'); + $this->view->item=$archives->getOneArchive('元数据评审说明','help'); + $this->view->pageID = "review-help"; }