add help page id
This commit is contained in:
parent
b440ec216e
commit
75e47abb23
|
@ -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";
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue