diff --git a/application/default/controllers/HiwaterController.php b/application/default/controllers/HiwaterController.php index 4d680d31..1d0fb836 100644 --- a/application/default/controllers/HiwaterController.php +++ b/application/default/controllers/HiwaterController.php @@ -383,11 +383,15 @@ class HiwaterController extends DataController function hmon2012Action() { $this->getmdrestricted(array('2012','水文气象观测网')); + $archive = new Archive($this->db); + $this->view->info = $archive->getOneArchive('HiWATER:流域水文气象观测网','about'); $this->_helper->viewRenderer('base'); } function hmon2013Action() { $this->getmdrestricted(array('2013','水文气象观测网')); + $archive = new Archive($this->db); + $this->view->info = $archive->getOneArchive('HiWATER:流域水文气象观测网','about'); $this->_helper->viewRenderer('base'); } function hmon2012upAction()