mirror of
https://github.com/moodle/moodle.git
synced 2025-02-01 13:28:17 +01:00
Added the forum->id into the info field
for the "view subscribers" action. To make this action easily recovereable and to show forum name when displaying logs.
This commit is contained in:
parent
522e2249c6
commit
454e72f7d4
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
unset($SESSION->fromdiscussion);
|
unset($SESSION->fromdiscussion);
|
||||||
|
|
||||||
add_to_log($course->id, "forum", "view subscribers", "subscribers.php?id=$forum->id", "", $cm->id);
|
add_to_log($course->id, "forum", "view subscribers", "subscribers.php?id=$forum->id", $forum->id, $cm->id);
|
||||||
|
|
||||||
$strsubscribers = get_string("subscribers", "forum");
|
$strsubscribers = get_string("subscribers", "forum");
|
||||||
$strforums = get_string("forums", "forum");
|
$strforums = get_string("forums", "forum");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user