]> git.mxchange.org Git - friendica.git/commitdiff
missed a default profile photo replacement in notifications
authorfriendica <info@friendica.com>
Tue, 20 Mar 2012 22:43:34 +0000 (15:43 -0700)
committerfriendica <info@friendica.com>
Tue, 20 Mar 2012 22:43:34 +0000 (15:43 -0700)
mod/notifications.php

index 633d7d4ecf67251c594a4ea87693acd822926a09..ff131010f0871a2127eff649a5ad14801fbf3aac 100755 (executable)
@@ -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')),