summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorcsarven <csarven@controlyourself.ca>2008-11-20 18:57:52 -0500
committercsarven <csarven@controlyourself.ca>2008-11-20 18:57:52 -0500
commit7b099a4c6b4b2e851aa9fa95c6c2c9b35c95bd65 (patch)
treee8707d79e5244740719383a8e6b2c2a838679db6 /actions
parent491172638e5e2e652b7ab485ec03afa4b043e8ae (diff)
Don't allow user to send a new message or nudge right after subscribing to another contact
darcs-hash:20081120235752-eefa4-42e67140086035ae57c4db38aea48cabb0486d75.gz
Diffstat (limited to 'actions')
-rw-r--r--actions/subscribe.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/actions/subscribe.php b/actions/subscribe.php
index 856586f87..c06057fb8 100644
--- a/actions/subscribe.php
+++ b/actions/subscribe.php
@@ -63,7 +63,6 @@ class SubscribeAction extends Action {
common_element_end('head');
common_element_start('body');
common_unsubscribe_form($profile);
- common_profile_new_message_nudge($cur, $profile);
common_element_end('body');
common_element_end('html');
} else {