diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-05-15 10:20:20 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-05-15 10:20:20 +0200 |
commit | de63e40a704761c2efd1e04e1313a37c43fef20e (patch) | |
tree | 6ffc31006467c3c0d868ea55db919fb17fdd4278 /Zotlabs/Module/Ping.php | |
parent | 803e85caeb959c730fcb69135aa2ccd55bea751b (diff) | |
download | volse-hubzilla-de63e40a704761c2efd1e04e1313a37c43fef20e.tar.gz volse-hubzilla-de63e40a704761c2efd1e04e1313a37c43fef20e.tar.bz2 volse-hubzilla-de63e40a704761c2efd1e04e1313a37c43fef20e.zip |
we must now provide the full path to the profile image for the cavatar plugin to work
Diffstat (limited to 'Zotlabs/Module/Ping.php')
-rw-r--r-- | Zotlabs/Module/Ping.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Ping.php b/Zotlabs/Module/Ping.php index 206b8c3d1..bb80adc41 100644 --- a/Zotlabs/Module/Ping.php +++ b/Zotlabs/Module/Ping.php @@ -401,7 +401,7 @@ class Ping extends \Zotlabs\Web\Controller { 'notify_link' => z_root() . '/admin/accounts', 'name' => $rr['account_email'], 'url' => '', - 'photo' => get_default_profile_photo(48), + 'photo' => z_root() . '/' . get_default_profile_photo(48), 'when' => relative_date($rr['account_created']), 'hclass' => ('notify-unseen'), 'message' => t('requires approval') |