code style
This commit is contained in:
parent
3cef8f1216
commit
c6aa370604
|
@ -193,7 +193,7 @@ class USER_LDAP extends lib\Access implements \OCP\UserInterface {
|
|||
) {
|
||||
$homedir = $path;
|
||||
} else {
|
||||
$homedir = \OCP\Config::getSystemValue( "datadirectory", \OC::$SERVERROOT."/data" ) . '/' . $homedir[0];
|
||||
$homedir = \OCP\Config::getSystemValue('datadirectory', \OC::$SERVERROOT.'/data' ) . '/' . $homedir[0];
|
||||
}
|
||||
$this->connection->writeToCache($cacheKey, $homedir);
|
||||
return $homedir;
|
||||
|
|
Loading…
Reference in New Issue