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

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Command/ActivateConfig.php')
-rw-r--r--lib/Command/ActivateConfig.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Command/ActivateConfig.php b/lib/Command/ActivateConfig.php
index 899052c9..793d9fde 100644
--- a/lib/Command/ActivateConfig.php
+++ b/lib/Command/ActivateConfig.php
@@ -75,7 +75,7 @@ class ActivateConfig extends Command {
}
}
$this->capabilitiesService->clear();
- $this->capabilitiesService->refretch();
+ $this->capabilitiesService->refetch();
$output->writeln('<info>Activated any config changes</info>');
} catch (\Exception $e) {
$output->writeln('<error>Failed to activate any config changes</error>');