git-svn-id: http://www.winterrodeln.org/svn/servermediawiki/mediawiki_extensions/wrreport/trunk@1768
7aebc617-e5e2-0310-91dc-
80fb5f6d2477
// Note: As (of MediaWiki 1.19), only one feed can be added and each feed added replaces the previous one, the following is possible without risk of having duplicated feed entries.
global $wgWrReportFeedRoot;
global $wgOut; // class OutputPage
- $wgOut->addFeedLink('atom', $wgWrReportFeedRoot . '/berichte/region/' . $row->name);
+ $wgOut->addFeedLink('atom', $wgWrReportFeedRoot . '/berichte/region/' . strtolower($row->name));
}
}