MDL-30273 whitespace cleanup

This commit is contained in:
Sam Hemelryk
2011-11-29 16:47:47 +13:00
parent d21cf5744d
commit bd464fbea5
+2 -2
View File
@@ -4828,7 +4828,7 @@ function forum_user_can_post_discussion($forum, $currentgroup=null, $unused=-1,
if (!has_capability($capname, $context)) {
return false;
}
if ($forum->type == 'single') {
return false;
}
@@ -8361,4 +8361,4 @@ function forum_get_posts_by_user($user, array $courses, $musthaveaccess = false,
}
return $return;
}
}