Added temporary replacing avatar

This commit is contained in:
Pierre
2017-05-25 15:24:41 +02:00
parent 83b0982068
commit e87ef113bb
2 changed files with 11 additions and 1 deletions

View File

@ -176,7 +176,7 @@ class User{
$return['isPublicFriendList'] = $userInfos[0]['liste_amis_publique'];
//Add account image url
$return['accountImage'] = path_user_data();
$return['accountImage'] = path_account_image("0Reverse.png");
//Only the user may get its mail address
if(userID === $userID)