diff options
author | millette <millette@controlyourself.ca> | 2008-11-16 19:16:44 -0500 |
---|---|---|
committer | millette <millette@controlyourself.ca> | 2008-11-16 19:16:44 -0500 |
commit | afe3b1a268512efd48d14d840efae800d5d85129 (patch) | |
tree | c5ff7860cbdbdc09077c28de539e07954362c938 /actions/emailsettings.php | |
parent | 1b9bab7328a535f69e1480fca30b8b8bf70d5c88 (diff) |
fix nudge typo and add emailnotifynudge to laconica.ini
darcs-hash:20081117001644-099f7-9b086e032d0bc4d74da426c7dd363bb9a4f9aed4.gz
Diffstat (limited to 'actions/emailsettings.php')
-rw-r--r-- | actions/emailsettings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/emailsettings.php b/actions/emailsettings.php index bc79c14f9..84be12675 100644 --- a/actions/emailsettings.php +++ b/actions/emailsettings.php @@ -96,7 +96,7 @@ class EmailsettingsAction extends SettingsAction { $user->emailnotifymsg); common_checkbox('emailnotifynudge', _('Send me an email when someone nudges me.'), - $user->emailnotifnudge); + $user->emailnotifynudge); common_checkbox('emailpost', _('I want to post notices by email.'), $user->emailpost); |