1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-01 05:55:02 +03:00

fix plugin page

This commit is contained in:
Mzhelskiy Maxim 2010-11-29 07:59:56 +00:00
parent 5c55515018
commit 5e14098e81

View file

@ -118,8 +118,8 @@ class PluginPage_ModulePage_MapperPage extends Mapper {
ORDER by page_sort desc;
";
if ($aRows=$this->oDb->select($sql,
isset($aFilter['main']) ? $aFilter['main']:DBSIMPLE_SKIP,
isset($aFilter['active']) ? $aFilter['active']:DBSIMPLE_SKIP,
isset($aFilter['main']) ? $aFilter['main']:DBSIMPLE_SKIP,
(array_key_exists('pid',$aFilter) and !is_null($aFilter['pid'])) ? $sPid : DBSIMPLE_SKIP
)) {
return $aRows;