summaryrefslogtreecommitdiffstats
path: root/lib/Controller/PageController.php
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2020-04-07 14:21:56 +0200
committerGitHub <noreply@github.com>2020-04-07 14:21:56 +0200
commit3329d845164444c892434cc4bae2181d5024c8f5 (patch)
tree33ff222df99797bbb3af0d3bbc778c197bc8f983 /lib/Controller/PageController.php
parent3919acd93d6c3bf506bd0696c1628a2abe380bc4 (diff)
parent71b0927bf0b8ca2e9a474a1f837caa5024f55e29 (diff)
Merge pull request #3287 from nextcloud/fix-invalid-config-attribute-after-merge
Fix invalid config attribute after merge
Diffstat (limited to 'lib/Controller/PageController.php')
-rw-r--r--lib/Controller/PageController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Controller/PageController.php b/lib/Controller/PageController.php
index 5fc0b987e..9ddee6d80 100644
--- a/lib/Controller/PageController.php
+++ b/lib/Controller/PageController.php
@@ -244,7 +244,7 @@ class PageController extends Controller {
$this->initialStateService->provideInitialState(
'talk', 'start_conversations',
- !$this->config->isNotAllowedToCreateConversations($user)
+ !$this->talkConfig->isNotAllowedToCreateConversations($user)
);
$this->initialStateService->provideInitialState(