diff options
author | friendica <info@friendica.com> | 2012-10-24 00:00:16 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-10-24 00:00:16 -0700 |
commit | cf89db176a35a9be581cd87f65bb659cf03c9e8e (patch) | |
tree | 7b10def5ec50f074997a4a092a52034006ebccce /include/identity.php | |
parent | ad3f04c1d4665a539faabf8f5fc45e37e3c7d9e3 (diff) | |
download | volse-hubzilla-cf89db176a35a9be581cd87f65bb659cf03c9e8e.tar.gz volse-hubzilla-cf89db176a35a9be581cd87f65bb659cf03c9e8e.tar.bz2 volse-hubzilla-cf89db176a35a9be581cd87f65bb659cf03c9e8e.zip |
fix photo paths
Diffstat (limited to 'include/identity.php')
-rw-r--r-- | include/identity.php | 4 |
1 files changed, 2 insertions, 2 deletions
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}") ); |