Missing parenthesis added.

This commit is contained in:
stronk7 2005-03-26 18:12:15 +00:00
parent fac63246cc
commit e88b32089d

View File

@ -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);