From cad56b17dda471761f1683e2cf510dba22f6610f Mon Sep 17 00:00:00 2001 From: sam_marshall Date: Fri, 14 Nov 2008 13:34:39 +0000 Subject: [PATCH] MDL-15648: minor bug with earlier patch --- mod/forum/markposts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/forum/markposts.php b/mod/forum/markposts.php index 721f7dc760..3074a84437 100644 --- a/mod/forum/markposts.php +++ b/mod/forum/markposts.php @@ -67,7 +67,7 @@ // may return 0 $currentgroup=false; } - if (forum_tp_mark_forum_read($user->id, $forum->id,$currentgroup)) { + if (forum_tp_mark_forum_read($user, $forum->id,$currentgroup)) { add_to_log($course->id, "forum", "mark read", "view.php?f=$forum->id", $forum->id, $cm->id); } } -- 2.39.5