Twitter Import + avatar fixes (cleaning up + fixing)

...there was also a typo in OstatussubAction ($avatarUrl not defined)
This commit is contained in:
Mikael Nordfeldth
2013-10-02 20:16:08 +02:00
parent 39f43e415d
commit cd6fa512ac
3 changed files with 114 additions and 196 deletions

View File

@@ -142,7 +142,7 @@ class OStatusSubAction extends Action
$ok = true;
}
$avatar = $profile->avatarUrl(AVATAR_PROFILE_SIZE);
$avatarUrl = $profile->avatarUrl(AVATAR_PROFILE_SIZE);
$this->showEntity($profile,
$profile->profileurl,