mirror of
https://github.com/moodle/moodle.git
synced 2025-01-31 12:45:04 +01:00
Missing parenthesis added.
This commit is contained in:
parent
fac63246cc
commit
e88b32089d
@ -126,7 +126,7 @@
|
||||
//First all rss feeds common headers
|
||||
$header = rss_standard_header(format_string($forum->name,true),
|
||||
$CFG->wwwroot."/mod/forum/view.php?f=".$forum->id,
|
||||
format_string($forum->intro,true);
|
||||
format_string($forum->intro,true));
|
||||
//Now all the rss items
|
||||
if (!empty($header)) {
|
||||
$articles = rss_add_items($items);
|
||||
|
Loading…
x
Reference in New Issue
Block a user