MDL-31460 mod_forum: fix trailing whitespace

This commit is contained in:
Dan Poltawski
2012-06-05 09:35:51 +08:00
parent f83ecb3721
commit 044c0ce868
+1 -1
View File
@@ -4559,7 +4559,7 @@ function forum_get_subscribed_forums($course) {
*/
function forum_get_optional_subscribed_forums() {
global $USER, $DB;
// Get courses that $USER is enrolled in and can see
$courses = enrol_get_my_courses();
if (empty($courses)) {