Skip to content

Commit

Permalink
MDL-31460 mod_forum: fix trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed Jun 5, 2012
1 parent 50bc155 commit 92c1f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/forum/lib.php
Expand Up @@ -4618,7 +4618,7 @@ function forum_get_subscribed_forums($course) {
*/ */
function forum_get_optional_subscribed_forums() { function forum_get_optional_subscribed_forums() {
global $USER, $DB; global $USER, $DB;

// Get courses that $USER is enrolled in and can see // Get courses that $USER is enrolled in and can see
$courses = enrol_get_my_courses(); $courses = enrol_get_my_courses();
if (empty($courses)) { if (empty($courses)) {
Expand Down

0 comments on commit 92c1f40

Please sign in to comment.