Skip to content

Commit

Permalink
global search MDL-25030 fixed forum url anchor in index
Browse files Browse the repository at this point in the history
  • Loading branch information
nebgor committed Nov 3, 2010
1 parent ee5ae29 commit bb560cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion search/documents/forum_document.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public function __construct(&$post, $forum_id, $course_id, $itemtype, $context_i
function forum_make_link($discussion_id, $post_id) {
global $CFG;

return $CFG->wwwroot.'/mod/forum/discuss.php?d='.$discussion_id.'#'.$post_id;
return $CFG->wwwroot.'/mod/forum/discuss.php?d='.$discussion_id.'#p'.$post_id;
}

/**
Expand Down

0 comments on commit bb560cf

Please sign in to comment.