@@ -68,8 +68,10 @@ |
||
| 68 | 68 | |
| 69 | 69 | $jo = new JsonOutput($this->config); |
| 70 | 70 | $jo->setExcludedServices($this->config->excludedSynoServices); |
| 71 | - if($major >= 7) // DSM does always hides packages marked as beta |
|
| 71 | + if($major >= 7) { |
|
| 72 | + // DSM does always hides packages marked as beta |
|
| 72 | 73 | $hideKeys = array('beta'); |
| 74 | + } |
|
| 73 | 75 | $jo->outputPackages($filteredPkgList, $language, $hideKeys); |
| 74 | 76 | } |
| 75 | 77 | } |