add help page id

This commit is contained in:
wlx 2013-05-03 01:30:03 +00:00
parent b440ec216e
commit 75e47abb23
1 changed files with 2 additions and 1 deletions

View File

@ -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";
}