Skip to content

Commit 1945bfd

Browse files
authored
fixup!
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent f4aec55 commit 1945bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/private/User/Database.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ public function userExists($uid) {
466466
*/
467467
public function getHome(string $uid) {
468468
if ($this->userExists($uid)) {
469-
return \OCP\Server::get(IConfig::class)->getSystemValueString('datadirectory', \OC::$SERVERROOT . '/data') . '/' . $uid;
469+
return $this->config->getSystemValueString('datadirectory', \OC::$SERVERROOT . '/data') . '/' . $uid;
470470
}
471471

472472
return false;

0 commit comments

Comments
 (0)