Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Command/Live.php')
-rw-r--r--lib/Command/Live.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Command/Live.php b/lib/Command/Live.php
index 5c5aac9..f750e18 100644
--- a/lib/Command/Live.php
+++ b/lib/Command/Live.php
@@ -243,7 +243,8 @@ class Live extends ExtendedBase {
*/
private function liveCycle() {
- $platform = $this->platformService->getPlatform();
+ $wrapper = $this->platformService->getPlatform();
+ $platform = $wrapper->getPlatform();
$platform->setRunner($this->runner);
while (true) {