code style

This commit is contained in:
Arthur Schiwon 2013-02-06 02:29:03 +01:00
parent 3cef8f1216
commit c6aa370604
1 changed files with 1 additions and 1 deletions

View File

@ -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;