[dw-free] Remove "notify me when someone comments on my entry" notification for OpenID
[commit: http://hg.dwscoalition.org/dw-free/rev/65ee96854271]
http://bugs.dwscoalition.org/show_bug.cgi?id=886
More cleanup.
Patch by
denise.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=886
More cleanup.
Patch by
![[staff profile]](https://www.dreamwidth.org/img/silk/identity/user_staff.png)
Files modified:
- cgi-bin/LJ/Event/JournalNewComment.pm
-------------------------------------------------------------------------------- diff -r 79d6d1e9332d -r 65ee96854271 cgi-bin/LJ/Event/JournalNewComment.pm --- a/cgi-bin/LJ/Event/JournalNewComment.pm Sat Oct 24 18:27:38 2009 +0000 +++ b/cgi-bin/LJ/Event/JournalNewComment.pm Sat Oct 24 18:44:22 2009 +0000 @@ -348,6 +348,8 @@ sub subscription_as_html { my $journal_is_owner = 0; } + return unless $journal->is_person; + if ($arg1 == 0 && $arg2 == 0) { ### 02 event.journal_new_comment.my_journal=Someone comments in my journal, on any entry ### 03 event.journal_new_comment.user_journal=Someone comments in [[user]], on any entry --------------------------------------------------------------------------------