2heoh wrote in changelog

[livejournal] r21018: LJSUP-10501: Push-notifications (WP7, An...

Committer: slobin
LJSUP-10501: Push-notifications (WP7, Android, iOS)
fixed syntax error

M JournalNewComment.pm
U   trunk/cgi-bin/LJ/Event/JournalNewComment.pm
Modified: trunk/cgi-bin/LJ/Event/JournalNewComment.pm
===================================================================
--- trunk/cgi-bin/LJ/Event/JournalNewComment.pm	2012-01-27 05:59:24 UTC (rev 21017)
+++ trunk/cgi-bin/LJ/Event/JournalNewComment.pm	2012-01-27 06:29:38 UTC (rev 21018)
@@ -959,7 +959,7 @@
 
             if($parent) {
                 return '"t":26, "j":"'.$self->event_journal->user.'",'.
-                    '"p":'.$entry->ditemid.', "r":'.$self->comment->parent->dtalkid.', "c":'.$self->comment->dtalki
+                    '"p":'.$entry->ditemid.', "r":'.$self->comment->parent->dtalkid.', "c":'.$self->comment->dtalkid;
             }
         } else {
             return '"t":25,"j":"'.$self->event_journal->user.'","p":'.$entry->ditemid.',"c":'.$self->comment->dtalkid;