@@ -223,7 +223,7 @@ |
||
| 223 | 223 | * Returns a list of thumbnails for the specified package. |
| 224 | 224 | * |
| 225 | 225 | * @param string $pathPrefix Prefix to put before file path |
| 226 | - * @return array List of thumbnail urls |
|
| 226 | + * @return boolean List of thumbnail urls |
|
| 227 | 227 | */ |
| 228 | 228 | public function hasWizardFile($pathPrefix = '') |
| 229 | 229 | { |
@@ -161,10 +161,10 @@ |
||
| 161 | 161 | |
| 162 | 162 | $this->metadata['thumbnail'] = $this->getThumbnails(); |
| 163 | 163 | $this->metadata['snapshot'] = $this->getSnapshots(); |
| 164 | - $qValues = $this->hasWizardFile() ? false : true; |
|
| 165 | - $this->metadata['qinst'] = $qValues; |
|
| 164 | + $qValues = $this->hasWizardFile()? false : true; |
|
| 165 | + $this->metadata['qinst'] = $qValues; |
|
| 166 | 166 | $this->metadata['qupgrade'] = $qValues; |
| 167 | - $this->metadata['qstart'] = $qValues; |
|
| 167 | + $this->metadata['qstart'] = $qValues; |
|
| 168 | 168 | } |
| 169 | 169 | |
| 170 | 170 | /** |