summaryrefslogtreecommitdiffstats
path: root/lib/private/user
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-12-01 14:50:13 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2015-12-02 09:14:41 +0100
commit0391cc045109cc0dcc5f60753144593ab019626c (patch)
tree8f0f659d376bc4379120227e96643283080c6d17 /lib/private/user
parent6abc02cb884d4384f6892082373eab50c805486d (diff)
downloadnextcloud-server-0391cc045109cc0dcc5f60753144593ab019626c.tar.gz
nextcloud-server-0391cc045109cc0dcc5f60753144593ab019626c.zip
Fix getCloudId
Diffstat (limited to 'lib/private/user')
-rw-r--r--lib/private/user/user.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/user/user.php b/lib/private/user/user.php
index ca79f12469c..d60ffe95fc3 100644
--- a/lib/private/user/user.php
+++ b/lib/private/user/user.php
@@ -79,6 +79,7 @@ class User implements IUser {
$this->emitter = $emitter;
$this->config = $config;
$this->avatarManager = $avatarManager;
+ $this->urlGenerator = $urlGenerator;
if ($this->config) {
$enabled = $this->config->getUserValue($uid, 'core', 'enabled', 'true');
$this->enabled = ($enabled === 'true');