diff options
author | friendica <info@friendica.com> | 2012-02-09 21:18:50 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-02-09 21:18:50 -0800 |
commit | ffe7d8b1e9964e28b50ccce49d74836067c099c1 (patch) | |
tree | b058bb33227f18e6dc54a07f2a15a7c55a7c3e53 /mod | |
parent | 5859f9dcf68c2ca6ad355c16e7fbf5080eea9e75 (diff) | |
download | volse-hubzilla-ffe7d8b1e9964e28b50ccce49d74836067c099c1.tar.gz volse-hubzilla-ffe7d8b1e9964e28b50ccce49d74836067c099c1.tar.bz2 volse-hubzilla-ffe7d8b1e9964e28b50ccce49d74836067c099c1.zip |
item tag notifications
Diffstat (limited to 'mod')
-rwxr-xr-x | mod/settings.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/settings.php b/mod/settings.php index e75272539..b4cd2e608 100755 --- a/mod/settings.php +++ b/mod/settings.php @@ -818,6 +818,7 @@ function settings_content(&$a) { '$notify4' => array('notify4', t('Someone writes a followup comment'), ($notify & NOTIFY_COMMENT), NOTIFY_COMMENT, ''), '$notify5' => array('notify5', t('You receive a private message'), ($notify & NOTIFY_MAIL), NOTIFY_MAIL, ''), '$notify6' => array('notify6', t('You receive a friend suggestion'), ($notify & NOTIFY_SUGGEST), NOTIFY_SUGGEST, ''), + '$notify7' => array('notify7', t('You are tagged in a post'), ($notify & NOTIFY_TAGSELF), NOTIFY_TAGSELF, ''), '$h_advn' => t('Advanced Page Settings'), |