afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)
afuna ([personal profile] afuna) wrote in [site community profile] changelog2009-10-24 06:44 pm

[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 [staff profile] denise.

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
--------------------------------------------------------------------------------