diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2012-10-28 13:45:37 +0100 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2012-10-28 13:48:08 +0100 |
commit | 5b9ba2e0331cdfa986a090c61f33f36eca1a0f33 (patch) | |
tree | 341d249bd320994133e419169181f4e2010b1c35 | |
parent | bf3dac05d10ffb18854e73e823a83503099aa77d (diff) | |
download | nextcloud-server-5b9ba2e0331cdfa986a090c61f33f36eca1a0f33.tar.gz nextcloud-server-5b9ba2e0331cdfa986a090c61f33f36eca1a0f33.zip |
remove whitespaces, no code change
-rwxr-xr-x | lib/util.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/util.php b/lib/util.php index 4ca84ba75af..c49e7cfc234 100755 --- a/lib/util.php +++ b/lib/util.php @@ -62,7 +62,7 @@ class OC_Util { OC_Filesystem::tearDown(); self::$fsSetup=false; } - + public static function loadUserMountPoints($user) { $user_dir = '/'.$user.'/files'; $user_root = OC_User::getHome($user); @@ -74,14 +74,14 @@ class OC_Util { OC_Filesystem::mount($options['class'], $options['options'], $mountPoint); } } - + $mtime=filemtime($user_root.'/mount.php'); $previousMTime=OC_Preferences::getValue($user,'files','mountconfigmtime',0); if($mtime>$previousMTime) {//mount config has changed, filecache needs to be updated OC_FileCache::triggerUpdate($user); OC_Preferences::setValue($user,'files','mountconfigmtime',$mtime); } - } + } } /** @@ -429,7 +429,7 @@ class OC_Util { } return true; } - + /** * Redirect to the user default page */ |