|
@@ -149,8 +149,7 @@ |
|
|
block discarded – undo |
|
149
|
149
|
public function loadRemoteIndex(int $revision = null): ?Index |
|
150
|
150
|
{ |
|
151
|
151
|
$synchronization = $revision ? |
|
152
|
|
- $this->getVaultLayout()->getSynchronization($revision) : |
|
153
|
|
- $this->getVaultLayout()->getLastSynchronization(); |
|
|
152
|
+ $this->getVaultLayout()->getSynchronization($revision) : $this->getVaultLayout()->getLastSynchronization(); |
|
154
|
153
|
|
|
155
|
154
|
return $synchronization ? $synchronization->getIndex() : null; |
|
156
|
155
|
} |
Please login to merge, or discard this patch.