Skip to content
Snippets Groups Projects
Commit 3e967eac authored by Andreas Gohr's avatar Andreas Gohr
Browse files

removed superfluous parameter FS#2773

parent 6db7468b
No related branches found
No related tags found
No related merge requests found
......@@ -242,7 +242,7 @@ function rss_buildItems(&$rss, &$data, $opt) {
), '&', true
);
} else {
$item->link = wl($id, 'rev='.$date, true, '&', true);
$item->link = wl($id, 'rev='.$date, true, '&');
}
break;
case 'rev':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment