From cf89db176a35a9be581cd87f65bb659cf03c9e8e Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 24 Oct 2012 00:00:16 -0700 Subject: fix photo paths --- include/identity.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/identity.php') diff --git a/include/identity.php b/include/identity.php index 559d4c424..e08314f50 100644 --- a/include/identity.php +++ b/include/identity.php @@ -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}") ); -- cgit v1.2.3