fix photo paths

This commit is contained in:
friendica 2012-10-24 00:00:16 -07:00
parent ad3f04c1d4
commit cf89db176a

View File

@ -138,8 +138,8 @@ function create_identity($arr) {
t('default'),
1,
dbesc($ret['channel']['channel_name']),
dbesc($a->get_baseurl() . "/photo/profile/{$newuid}"),
dbesc($a->get_baseurl() . "/photo/avatar/{$newuid}")
dbesc($a->get_baseurl() . "/photo/profile/l/{$newuid}"),
dbesc($a->get_baseurl() . "/photo/profile/m/{$newuid}")
);