summaryrefslogtreecommitdiffstats
path: root/lib/private/Accounts/AccountManager.php
diff options
context:
space:
mode:
authorBjoern Schiessle <bjoern@schiessle.org>2017-04-26 13:19:15 +0200
committerMorris Jobke <hey@morrisjobke.de>2017-04-28 23:41:36 -0300
commit9a366dbe2e84bad7d6c40f284794aa6f34c2b0f5 (patch)
treee91741f25ad76c888946253d0e51ab57495dffe1 /lib/private/Accounts/AccountManager.php
parent08a33cc4751eebc4fc1384187677efac3ac6b1d0 (diff)
downloadnextcloud-server-9a366dbe2e84bad7d6c40f284794aa6f34c2b0f5.tar.gz
nextcloud-server-9a366dbe2e84bad7d6c40f284794aa6f34c2b0f5.zip
add missing translation and other small fixes
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Diffstat (limited to 'lib/private/Accounts/AccountManager.php')
-rw-r--r--lib/private/Accounts/AccountManager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Accounts/AccountManager.php b/lib/private/Accounts/AccountManager.php
index 18c7f90ef54..bd23f6289c0 100644
--- a/lib/private/Accounts/AccountManager.php
+++ b/lib/private/Accounts/AccountManager.php
@@ -284,7 +284,7 @@ class AccountManager {
[
'value' => $user->getDisplayName(),
'scope' => self::VISIBILITY_CONTACTS_ONLY,
- 'verified' => '0',
+ 'verified' => self::NOT_VERIFIED,
],
self::PROPERTY_ADDRESS =>
[