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:
authorMaxence Lange <maxence@artificial-owl.com>2018-08-03 19:56:57 +0300
committerMaxence Lange <maxence@artificial-owl.com>2018-08-03 19:56:57 +0300
commit47fdbb9e974f07d548e5f9e78505117ebf5d89d6 (patch)
tree083c6e4444342b1cfcce871fadd93b308caf257c /lib/Cron/Index.php
parent6f9e909d93eee6da900d2786feaf5e9c1b80ecd0 (diff)
cleaning/renaming
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'lib/Cron/Index.php')
-rw-r--r--lib/Cron/Index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Cron/Index.php b/lib/Cron/Index.php
index e397b4e..f8d38fc 100644
--- a/lib/Cron/Index.php
+++ b/lib/Cron/Index.php
@@ -105,7 +105,7 @@ class Index extends TimedJob {
$indexes = $this->indexService->getQueuedIndexes();
foreach ($indexes as $index) {
- $this->runner->update('indexing');
+ $this->runner->updateAction('indexing');
try {
$provider = $this->providerService->getProvider($index->getProviderId());