we must now provide the full path to the profile image for the cavatar plugin to work

This commit is contained in:
Mario Vavti
2018-05-15 10:20:20 +02:00
parent 803e85caeb
commit de63e40a70
4 changed files with 15 additions and 15 deletions

View File

@@ -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')