mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Code style
This commit is contained in:
parent
f14ce1efdc
commit
273f162b26
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue