rss MDL-22204 fixed rss autodiscovery and some strings in the UI
This commit is contained in:
@@ -100,7 +100,7 @@ class block_news_items extends block_base {
|
||||
if ($forum->rsstype == 1) {
|
||||
$tooltiptext = get_string('rsssubscriberssdiscussions','forum',format_string($forum->name));
|
||||
} else {
|
||||
$tooltiptext = get_string('rsssubscriberssposts','forum',format_string($forum->name));
|
||||
$tooltiptext = get_string('rsssubscriberssposts','forum');
|
||||
}
|
||||
if (!isloggedin()) {
|
||||
$userid = 0;
|
||||
|
||||
Reference in New Issue
Block a user