修复分类未包含问题
This commit is contained in:
parent
5c3a1711c0
commit
bbcb2d4488
|
@ -106,7 +106,7 @@ class HiwaterController extends DataController
|
||||||
|
|
||||||
function aviationAction()
|
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');
|
$this->_helper->viewRenderer('base');
|
||||||
}
|
}
|
||||||
function radiometerAction()
|
function radiometerAction()
|
||||||
|
|
Loading…
Reference in New Issue