]> git.mxchange.org Git - friendica.git/commitdiff
turn off new friend activity by default
authorfriendica <info@friendica.com>
Thu, 12 Apr 2012 23:51:57 +0000 (16:51 -0700)
committerfriendica <info@friendica.com>
Thu, 12 Apr 2012 23:51:57 +0000 (16:51 -0700)
mod/notifications.php

index 690a99562f59ba5a3517ef075f338a8b3fb56bba..4e268188e037601f4df507f7df00dda6195137b5 100644 (file)
@@ -198,7 +198,7 @@ function notifications_content(&$a) {
                                        '$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')),
+                                       '$activity' => array('activity', t('Post a new friend activity'), 0, t('if applicable')),
                                        '$url' => zrl($rr['url']),
                                        '$knowyou' => $knowyou,
                                        '$approve' => t('Approve'),