mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Merged fix for full link to post in search results , from stable
This commit is contained in:
parent
bdf3bbd198
commit
850e7ac564
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@
|
||||||
$post->message = $message;
|
$post->message = $message;
|
||||||
}
|
}
|
||||||
|
|
||||||
$fulllink = "<a href=\"discuss.php?d=$post->discussion#$post->id\">".get_string("postincontext", "forum")."</a>";
|
$fulllink = "<a href=\"discuss.php?d=$post->discussion#p$post->id\">".get_string("postincontext", "forum")."</a>";
|
||||||
//search terms already highlighted - fiedorow - 9/2/2005
|
//search terms already highlighted - fiedorow - 9/2/2005
|
||||||
$SESSION->forum_search = true;
|
$SESSION->forum_search = true;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue