From 6023354bf7d466a43f08087a6599a0403888d764 Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 26 Feb 2008 08:43:31 +0000 Subject: [PATCH] Merged MDL-12634 - fixed back link --- mod/forum/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/forum/index.php b/mod/forum/index.php index 9be9ca8dcc..282a3ae8ba 100644 --- a/mod/forum/index.php +++ b/mod/forum/index.php @@ -221,7 +221,7 @@ if ($can_subscribe) { $row[] = forum_get_subscribe_link($forum, $context, array('subscribed' => $stryes, 'unsubscribed' => $strno, 'forcesubscribed' => $stryes, - 'cantsubscribe' => '-'), $cantaccessagroup, false); + 'cantsubscribe' => '-'), $cantaccessagroup, false, true); } //If this forum has RSS activated, calculate it -- 2.39.5