mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
No need to restrict where RSS feeds can be displayed
This commit is contained in:
parent
0bf8ea6aa0
commit
9a7a199fd0
1 changed files with 5 additions and 1 deletions
|
@ -26,6 +26,10 @@
|
||||||
return 210;
|
return 210;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function applicable_formats() {
|
||||||
|
return array('all' => true);
|
||||||
|
}
|
||||||
|
|
||||||
function specialization() {
|
function specialization() {
|
||||||
// After the block has been loaded we customize the block's title display
|
// After the block has been loaded we customize the block's title display
|
||||||
if (!empty($this->config) && !empty($this->config->title)) {
|
if (!empty($this->config) && !empty($this->config->title)) {
|
||||||
|
@ -265,4 +269,4 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue