about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--update/plugin/wordpress/trunk/instadisc/instadisc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/update/plugin/wordpress/trunk/instadisc/instadisc.php b/update/plugin/wordpress/trunk/instadisc/instadisc.php index 6fc8718..d6a62d5 100644 --- a/update/plugin/wordpress/trunk/instadisc/instadisc.php +++ b/update/plugin/wordpress/trunk/instadisc/instadisc.php
@@ -175,7 +175,7 @@ function sendComment($id)
175 $post = get_post($comment->comment_post_ID); 175 $post = get_post($comment->comment_post_ID);
176 $title = $post->post_title; 176 $title = $post->post_title;
177 $author = $comment->comment_author; 177 $author = $comment->comment_author;
178 $url = get_permalink($comment->comment_post_ID) . "#comments"; 178 $url = get_permalink($comment->comment_post_ID) . "#comments-" . $id;
179 179
180 $encID = 0; 180 $encID = 0;
181 if (get_option('instaDisc_comment_password') != '') 181 if (get_option('instaDisc_comment_password') != '')