adjust icon size

This commit is contained in:
Mario Vavti
2015-05-07 10:35:22 +02:00
parent a1ed2bf2ac
commit 8ca10dcbab
3 changed files with 6 additions and 6 deletions

View File

@@ -124,7 +124,7 @@ EOT;
if($observer) {
$userinfo = array(
'icon' => $observer['xchan_photo_s'],
'icon' => $observer['xchan_photo_m'],
'name' => $observer['xchan_addr'],
);
}