diff options
author | csarven <csarven@controlyourself.ca> | 2008-11-20 18:57:52 -0500 |
---|---|---|
committer | csarven <csarven@controlyourself.ca> | 2008-11-20 18:57:52 -0500 |
commit | 7b099a4c6b4b2e851aa9fa95c6c2c9b35c95bd65 (patch) | |
tree | e8707d79e5244740719383a8e6b2c2a838679db6 /actions/subscribe.php | |
parent | 491172638e5e2e652b7ab485ec03afa4b043e8ae (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/subscribe.php')
-rw-r--r-- | actions/subscribe.php | 1 |
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 { |