diff options
author | friendica <info@friendica.com> | 2012-04-12 18:15:46 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-12 18:15:46 -0700 |
commit | 32cd62ff0a69cbce29617ac943dbcb580e395b67 (patch) | |
tree | dca47edb79ec50e64efbda0945ed4b084d345898 /mod/notifications.php | |
parent | 7e2d4d402692335b4cdd2f7c8d6988ba8806affe (diff) | |
download | volse-hubzilla-32cd62ff0a69cbce29617ac943dbcb580e395b67.tar.gz volse-hubzilla-32cd62ff0a69cbce29617ac943dbcb580e395b67.tar.bz2 volse-hubzilla-32cd62ff0a69cbce29617ac943dbcb580e395b67.zip |
allow setting default new friend notify
Diffstat (limited to 'mod/notifications.php')
-rw-r--r-- | mod/notifications.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/notifications.php b/mod/notifications.php index 4e268188e..8e3eebba1 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'), 0, t('if applicable')), + '$activity' => array('activity', t('Post a new friend activity'), get_config('system','post_newfriend'), t('if applicable')), '$url' => zrl($rr['url']), '$knowyou' => $knowyou, '$approve' => t('Approve'), |