Whitespace fixes

This commit is contained in:
Bart Visscher 2012-05-09 17:40:59 +02:00
parent e77ba0280a
commit b022ccb863
4 changed files with 23 additions and 26 deletions

View File

@ -112,5 +112,3 @@ class OC_Gallery_Album {
return $result['size'];
}
}
?>

View File

@ -50,7 +50,6 @@ class OC_Util {
self::$rootMounted=true;
}
if( $user != "" ){ //if we aren't logged in, there is no use to set up the filesystem
OC::$CONFIG_DATADIRECTORY = $CONFIG_DATADIRECTORY_ROOT."/$user/$root";
if( !is_dir( OC::$CONFIG_DATADIRECTORY )){
mkdir( OC::$CONFIG_DATADIRECTORY, 0755, true );