diff --git a/include/application.php b/include/application.php index 2ef6406..0126067 100644 --- a/include/application.php +++ b/include/application.php @@ -964,7 +964,7 @@ class Application { $sExtraTables = ''; $sWhereFilter = $oFilters ? $oFilters->getWhereClause() : ''; - $aOptions = $oFilters ? $oFilters->getOptions() : array('onlyDownloadable' => 'false'); + $aOptions = $oFilters ? $oFilters->getOptions() : array('onlyDownloadable' => 'false', 'appCategory' => null); if($sWhereFilter || $aOptions['onlyDownloadable'] == 'true') { @@ -1221,7 +1221,7 @@ class Application { { $sExtraTables = ''; $sWhereFilter = $oFilters ? $oFilters->getWhereClause() : ''; - $aOptions = $oFilters ? $oFilters->getOptions() : array('onlyDownloadable' => 'false'); + $aOptions = $oFilters ? $oFilters->getOptions() : array('onlyDownloadable' => 'false', 'appCategory' => null); if($sWhereFilter || $aOptions['onlyDownloadable'] == 'true') {