aboutsummaryrefslogtreecommitdiffstats
path: root/mod/notifications.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-04-12 16:51:57 -0700
committerfriendica <info@friendica.com>2012-04-12 16:51:57 -0700
commit7e2d4d402692335b4cdd2f7c8d6988ba8806affe (patch)
treef2dc39effaaaf17e11acdc3f7feaf227ac1e6862 /mod/notifications.php
parent15e74402d45b7a3b7453fd61c41ccc0696a04517 (diff)
downloadvolse-hubzilla-7e2d4d402692335b4cdd2f7c8d6988ba8806affe.tar.gz
volse-hubzilla-7e2d4d402692335b4cdd2f7c8d6988ba8806affe.tar.bz2
volse-hubzilla-7e2d4d402692335b4cdd2f7c8d6988ba8806affe.zip
turn off new friend activity by default
Diffstat (limited to 'mod/notifications.php')
-rw-r--r--mod/notifications.php2
1 files changed, 1 insertions, 1 deletions
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'),