|
@@ -161,10 +161,10 @@ |
|
|
block discarded – undo |
|
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
|
/** |
Please login to merge, or discard this patch.