mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-31460 mod_forum: fix trailing whitespace
This commit is contained in:
parent
50bc155cce
commit
92c1f40445
1 changed files with 1 additions and 1 deletions
|
@ -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)) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue