From d3bcfe95bba21d98c89a27d5328b161d128699e3 Mon Sep 17 00:00:00 2001 From: Li Heng Date: Sat, 25 Jan 2014 14:23:11 +0000 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E6=8E=A7=E5=88=B6=E5=99=A8?= =?UTF-8?q?=E8=A1=A5=E5=85=85=E5=86=85=E5=AE=B9=E6=9D=A1=E4=BB=B6=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/default/controllers/ArchivesController.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/application/default/controllers/ArchivesController.php b/application/default/controllers/ArchivesController.php index 65b8d5ce..72b6bb44 100644 --- a/application/default/controllers/ArchivesController.php +++ b/application/default/controllers/ArchivesController.php @@ -71,7 +71,6 @@ class ArchivesController extends Zend_Controller_Action } $this->view->lists = $newslist; - } function listAction() @@ -107,7 +106,7 @@ class ArchivesController extends Zend_Controller_Action else{ $this->view->url = $row['code']; - $this->view->title = $row['title']; + $this->view->title = $row['title']; $this->view->type=$type; $category = new ArchiveCategory($this->db);