subscribing always requires the user to be logged in, even for forums on the home page.

This commit is contained in:
gustav_delius
2005-10-31 14:21:29 +00:00
parent 0477716518
commit 4bb36a97ce
+1 -1
View File
@@ -38,7 +38,7 @@
$user = $USER;
}
require_course_login($course, false, $cm);
require_login($course->id, false, $cm);
if (isguest()) { // Guests can't subscribe
$wwwroot = $CFG->wwwroot.'/login/index.php';