remotes/origin/stable6
Tom Needham 13 years ago committed by Morris Jobke
parent f14ce1efdc
commit 273f162b26
  1. 4
      lib/ocs/cloud.php

@ -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…
Cancel
Save