From 8554bc7e1612f12d5f3bf16cc7df94267d9af11a Mon Sep 17 00:00:00 2001 From: Maxence Lange Date: Mon, 10 Aug 2020 11:12:43 -0100 Subject: fix Signed-off-by: Maxence Lange --- lib/Api/v1/Circles.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/Api') diff --git a/lib/Api/v1/Circles.php b/lib/Api/v1/Circles.php index eb84cb13..fa4b60e8 100644 --- a/lib/Api/v1/Circles.php +++ b/lib/Api/v1/Circles.php @@ -64,7 +64,8 @@ class Circles { const LEVEL_MEMBER = Member::LEVEL_MEMBER; const LEVEL_MODERATOR = Member::LEVEL_MODERATOR; const LEVEL_ADMIN = Member::LEVEL_ADMIN; - const LEVEL_OWNER = Member::LEVEL_OWNER + const LEVEL_OWNER = Member::LEVEL_OWNER; + protected static function getContainer() { $app = \OC::$server->query(Application::class); -- cgit v1.2.3