mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
rss MDL-22204 fixed rss autodiscovery and some strings in the UI
This commit is contained in:
parent
e6e79f84c1
commit
b3a7e5f33b
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ class block_news_items extends block_base {
|
||||||
if ($forum->rsstype == 1) {
|
if ($forum->rsstype == 1) {
|
||||||
$tooltiptext = get_string('rsssubscriberssdiscussions','forum',format_string($forum->name));
|
$tooltiptext = get_string('rsssubscriberssdiscussions','forum',format_string($forum->name));
|
||||||
} else {
|
} else {
|
||||||
$tooltiptext = get_string('rsssubscriberssposts','forum',format_string($forum->name));
|
$tooltiptext = get_string('rsssubscriberssposts','forum');
|
||||||
}
|
}
|
||||||
if (!isloggedin()) {
|
if (!isloggedin()) {
|
||||||
$userid = 0;
|
$userid = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue