修复分类未包含问题

This commit is contained in:
wlx 2016-04-08 21:11:22 +08:00
parent 5c3a1711c0
commit bbcb2d4488
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ class HiwaterController extends DataController
function aviationAction()
{
$this->getmdlimited(array('WiDAS','PLMR','LIDAR','CASI','thermal-infrared hyperspectral data'),'airborne remote sensing');
$this->getmdlimited(array('WiDAS','WIDAS','PLMR','LIDAR','CASI','thermal-infrared hyperspectral data'),'airborne remote sensing');
$this->_helper->viewRenderer('base');
}
function radiometerAction()