mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
Code style
This commit is contained in:
parent
f14ce1efdc
commit
273f162b26
@ -47,9 +47,9 @@ class OC_OCS_Cloud {
|
||||
/**
|
||||
* gets user info
|
||||
*/
|
||||
public static function getUser($parameters){
|
||||
public static function getUser($parameters) {
|
||||
// Check if they are viewing information on themselves
|
||||
if($parameters['userid'] === OC_User::getUser()){
|
||||
if($parameters['userid'] === OC_User::getUser()) {
|
||||
// Self lookup
|
||||
$quota = array();
|
||||
$storage = OC_Helper::getStorageInfo();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user