diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-07-15 18:18:26 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-07-15 18:18:26 -0400 |
commit | 61487d4cd0d85a24a2c4737fa90bfe71cb967212 (patch) | |
tree | 6ad56254c1d99e00b711148e418cefb9a970e7fb /actions/subscribe.php | |
parent | 12615c8e36f08d8120b7ac77e15ed68adee6773a (diff) |
move email settings to its own tab
darcs-hash:20080715221826-84dde-8a3692f95199818c11dbb0be159d07f1ab10cf6a.gz
Diffstat (limited to 'actions/subscribe.php')
-rw-r--r-- | actions/subscribe.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/subscribe.php b/actions/subscribe.php index 6499705ec..43506a593 100644 --- a/actions/subscribe.php +++ b/actions/subscribe.php @@ -73,7 +73,7 @@ class SubscribeAction extends Action { } function notify_email($listenee, $listener) { - if ($listenee->email) { + if ($listenee->email && $listenee->emailnotifysub) { $profile = $listenee->getProfile(); $other = $listener->getProfile(); $name = $profile->getBestName(); |