Merge pull request #13718 from owncloud/use-proper-namespace

Use proper namespace
remotes/origin/create-share-target-reuse
Bernhard Posselt 2015-01-27 17:39:35 +07:00
commit 3fa6e0f4dc
1 changed files with 1 additions and 1 deletions

@ -65,7 +65,7 @@ class DIContainer extends SimpleContainer implements IAppContainer {
return $this->getServer()->getAppConfig();
});
$this->registerService('OCP\\IAppManager', function($c) {
$this->registerService('OCP\\App\\IAppManager', function($c) {
return $this->getServer()->getAppManager();
});