From 4f7a2765b30a8286cdf5f4e6062c1484e8b276c8 Mon Sep 17 00:00:00 2001 From: wlx Date: Tue, 14 Jan 2014 02:22:56 +0000 Subject: [PATCH] fix link problem --- application/default/controllers/HaiheController.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/application/default/controllers/HaiheController.php b/application/default/controllers/HaiheController.php index d1aed6a2..5c54b895 100644 --- a/application/default/controllers/HaiheController.php +++ b/application/default/controllers/HaiheController.php @@ -33,19 +33,19 @@ class HaiheController extends DataController function daxingAction() { - $this->getmd(array('大兴区')); + $this->getmd(array('大兴区'),'place'); $this->_helper->viewRenderer('base'); } function miyunAction() { - $this->getmd(array('密云')); + $this->getmd(array('密云'),'place'); $this->_helper->viewRenderer('base'); } function guantaoAction() { - $this->getmd(array('馆陶县')); + $this->getmd(array('馆陶县'),'place'); $this->_helper->viewRenderer('base'); }