From 75e47abb23c702a9cd2cc5271d52dbd0e2a6d16e Mon Sep 17 00:00:00 2001 From: wlx Date: Fri, 3 May 2013 01:30:03 +0000 Subject: [PATCH] add help page id --- application/default/controllers/ReviewController.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"; }