Can get the number of friends of a user

This commit is contained in:
Pierre
2017-12-23 18:03:05 +01:00
parent ffff5e6c85
commit a2b92b4e6c
3 changed files with 28 additions and 3 deletions

View File

@ -236,9 +236,6 @@ class User{
$return['openPage'] = $userInfos['pageouverte'] == 1;
$return['virtualDirectory'] = $userInfos['sous_repertoire'];
//Add account image url
$return['accountImage'] = CS::get()->components->accountImage->getPath($return['userID']);
//Check if we have to fetch advanced informations
if($advanced){