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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-04-09 17:05:56 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-04-09 17:05:56 +0300
commit42625a46be495ea1c60ac8fe8e13946fd9ed9732 (patch)
tree1b52fc65b8a5888f13f48226b2cb6672456c0b55 /lib/base.php
parentc56a273b39186c509c57ef6bec221d3c4e3d81d3 (diff)
Remove spaces after method or function call
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/base.php')
-rw-r--r--lib/base.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/base.php b/lib/base.php
index 6dc5948d53c..f287815fa50 100644
--- a/lib/base.php
+++ b/lib/base.php
@@ -863,7 +863,7 @@ class OC {
private static function registerAppRestrictionsHooks() {
$groupManager = self::$server->query(\OCP\IGroupManager::class);
- $groupManager->listen ('\OC\Group', 'postDelete', function (\OCP\IGroup $group) {
+ $groupManager->listen('\OC\Group', 'postDelete', function (\OCP\IGroup $group) {
$appManager = self::$server->getAppManager();
$apps = $appManager->getEnabledAppsForGroup($group);
foreach ($apps as $appId) {