MDL-31460 mod_forum: fix trailing whitespace

This commit is contained in:
Dan Poltawski 2012-06-05 09:34:26 +08:00
parent 50bc155cce
commit 92c1f40445

View File

@ -4618,7 +4618,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)) {