Respect coding style

This commit is contained in:
Thomas Müller 2012-09-10 12:25:42 +03:00
parent 87e1a27fde
commit 23f348c99f
1 changed files with 1 additions and 1 deletions

2
lib/cache/file.php vendored
View File

@ -22,7 +22,7 @@ class OC_Cache_File{
$this->storage = new OC_FilesystemView('/'.OC_User::getUser().'/'.$subdir);
return $this->storage;
}else{
OC_Log::write('core','Can\'t get cache storage, user not logged in', OC_Log::ERROR);
OC_Log::write('core', 'Can\'t get cache storage, user not logged in', OC_Log::ERROR);
return false;
}
}