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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2017-09-25 16:38:01 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2017-09-25 22:14:46 +0300
commite18386604921febd4fd8fd407c7a60e3757ad031 (patch)
treeafcc95e36651a23e938a1e18f81e267a34ee18ed /lib/AppInfo
parent758ec95ab45e2aca22e633511a668b61e86a054f (diff)
Remove unused code
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/AppInfo')
-rw-r--r--lib/AppInfo/Application.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/AppInfo/Application.php b/lib/AppInfo/Application.php
index 41fb981d5..5b41b7841 100644
--- a/lib/AppInfo/Application.php
+++ b/lib/AppInfo/Application.php
@@ -53,7 +53,7 @@ class Application extends App {
});
$container->registerParameter("appName", "mail");
- $container->registerService("userFolder", function ($c) use ($container) {
+ $container->registerService("userFolder", function () use ($container) {
$user = $container->query("UserId");
return $container->getServer()->getUserFolder($user);
});