From 7e2d4d402692335b4cdd2f7c8d6988ba8806affe Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 12 Apr 2012 16:51:57 -0700 Subject: turn off new friend activity by default --- mod/notifications.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/notifications.php') diff --git a/mod/notifications.php b/mod/notifications.php index 690a99562..4e268188e 100644 --- a/mod/notifications.php +++ b/mod/notifications.php @@ -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'), -- cgit v1.2.3