aboutsummaryrefslogtreecommitdiffstats
path: root/mod/notifications.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-03-20 15:43:34 -0700
committerfriendica <info@friendica.com>2012-03-20 15:43:34 -0700
commita72a23b6d6e2bf82bbeac04db52ac2fa6f9e231f (patch)
treea73767a8885f39f52b50e6a05e6327ec2137a0dc /mod/notifications.php
parent894278dbcc83857a9140a03eb6064c642b5ce293 (diff)
downloadvolse-hubzilla-a72a23b6d6e2bf82bbeac04db52ac2fa6f9e231f.tar.gz
volse-hubzilla-a72a23b6d6e2bf82bbeac04db52ac2fa6f9e231f.tar.bz2
volse-hubzilla-a72a23b6d6e2bf82bbeac04db52ac2fa6f9e231f.zip
missed a default profile photo replacement in notifications
Diffstat (limited to 'mod/notifications.php')
-rwxr-xr-xmod/notifications.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/notifications.php b/mod/notifications.php
index 633d7d4ec..ff131010f 100755
--- a/mod/notifications.php
+++ b/mod/notifications.php
@@ -191,7 +191,7 @@ function notifications_content(&$a) {
'$uid' => $_SESSION['uid'],
'$intro_id' => $rr['intro_id'],
'$contact_id' => $rr['contact-id'],
- '$photo' => ((x($rr,'photo')) ? $rr['photo'] : "images/default-profile.jpg"),
+ '$photo' => ((x($rr,'photo')) ? $rr['photo'] : "images/person-175.jpg"),
'$fullname' => $rr['name'],
'$hidden' => array('hidden', t('Hide this contact from others'), ($rr['hidden'] == 1), ''),
'$activity' => array('activity', t('Post a new friend activity'), 1, t('if applicable')),