mirror of
https://github.com/moodle/moodle.git
synced 2025-01-29 19:50:14 +01:00
rss MDL-22204 fixed rss autodiscovery and some strings in the UI
This commit is contained in:
parent
e6e79f84c1
commit
b3a7e5f33b
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user