mirror of
https://github.com/pierre42100/ComunicAPI
synced 2025-06-19 08:35:18 +00:00
Fixed error provoked by previous commit
This commit is contained in:
@ -236,6 +236,9 @@ 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){
|
||||
|
||||
|
Reference in New Issue
Block a user