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:
authorBjoern Schiessle <schiessle@owncloud.com>2015-07-17 13:49:45 +0300
committerBjoern Schiessle <schiessle@owncloud.com>2015-07-17 16:19:10 +0300
commit3000f0125fe9470012c362a13ecc33a31cceff18 (patch)
tree0425400f4844391c8457984443198dd7574cf4ab /settings/application.php
parent87234103195c64ab1791a7865c9a9f1c0486c418 (diff)
don't move keys if the key where already moved in a previous migration run
Diffstat (limited to 'settings/application.php')
-rw-r--r--settings/application.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/settings/application.php b/settings/application.php
index 03203b48564..a2f25935e12 100644
--- a/settings/application.php
+++ b/settings/application.php
@@ -79,7 +79,8 @@ class Application extends App {
$c->query('Config'),
$c->query('DatabaseConnection'),
$c->query('UserManager'),
- new View()
+ new View(),
+ $c->query('Logger')
);
});
$container->registerService('AppSettingsController', function(IContainer $c) {