mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
Merged fix for full link to post in search results , from stable
This commit is contained in:
parent
bdf3bbd198
commit
850e7ac564
@ -246,7 +246,7 @@
|
||||
$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
|
||||
$SESSION->forum_search = true;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user