From 61487d4cd0d85a24a2c4737fa90bfe71cb967212 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 15 Jul 2008 18:18:26 -0400 Subject: move email settings to its own tab darcs-hash:20080715221826-84dde-8a3692f95199818c11dbb0be159d07f1ab10cf6a.gz --- actions/subscribe.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/subscribe.php') 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(); -- cgit v1.2.3-54-g00ecf