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>2016-11-08 10:37:59 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2017-02-22 23:26:21 +0300
commit027b9e80dcec9904e3efbdfaea4fb2763265ea85 (patch)
treeec6bae39eb14e960ba72068aed223ad238c5adfe /lib/AppInfo
parent62188831441cc9f88c40eeaff575ebd29817dda2 (diff)
rename class
Diffstat (limited to 'lib/AppInfo')
-rw-r--r--lib/AppInfo/Application.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/AppInfo/Application.php b/lib/AppInfo/Application.php
index 0b56e37ba..c1c33ca53 100644
--- a/lib/AppInfo/Application.php
+++ b/lib/AppInfo/Application.php
@@ -69,8 +69,8 @@ class Application extends App {
$password = $params['password'];
$container = $this->getContainer();
- /* @var $defaultAccountManager \OCA\Mail\Service\DefaultAccount\DefaultAccountManager */
- $defaultAccountManager = $container->query('\OCA\Mail\Service\DefaultAccount\DefaultAccountManager');
+ /* @var $defaultAccountManager \OCA\Mail\Service\DefaultAccount\Manager */
+ $defaultAccountManager = $container->query('\OCA\Mail\Service\DefaultAccount\Manager');
$defaultAccountManager->saveLoginPassword($password);
}