Browse Source

Load avatars

jmontoyaa 7 years ago
parent
commit
024d4f74d5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/auth/profile.php

+ 1 - 1
main/auth/profile.php

@@ -93,7 +93,7 @@ $user_data = api_get_user_info(
     false,
     false,
     false,
-    false,
+    true,
     true
 );
 $array_list_key = UserManager::get_api_keys(api_get_user_id());