fix link error

This commit is contained in:
wlx 2014-07-17 00:05:09 +00:00
parent 1ab3982e7f
commit bdd0bd1816
1 changed files with 4 additions and 4 deletions

View File

@ -45,7 +45,7 @@ class AboutController extends Zend_Controller_Action
function termsAction()
{
$archives=new Archive($this->db);
$this->view->item=$archives->getAboutArchive('使用条款');
$this->view->item=$archives->getAboutArchive('使用条款和免责声明');
}
function backgroundAction()
{