|
@@ -172,8 +172,7 @@ |
|
|
block discarded – undo |
|
172
|
172
|
$this->logger->info(sprintf("Loading %s remote index...", $revision ? "r{$revision}" : 'latest')); |
|
173
|
173
|
|
|
174
|
174
|
$synchronization = $revision ? |
|
175
|
|
- $this->getVaultLayout()->getSynchronization($revision) : |
|
176
|
|
- $this->getVaultLayout()->getLastSynchronization(); |
|
|
175
|
+ $this->getVaultLayout()->getSynchronization($revision) : $this->getVaultLayout()->getLastSynchronization(); |
|
177
|
176
|
|
|
178
|
177
|
return $synchronization ? $synchronization->getIndex() : null; |
|
179
|
178
|
} |
Please login to merge, or discard this patch.