From: moodler Date: Wed, 5 Apr 2006 08:35:40 +0000 (+0000) Subject: No need to restrict where RSS feeds can be displayed X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=9a7a199fd0b475894195a8e7e17ecf5dedd0e2dd;p=moodle.git No need to restrict where RSS feeds can be displayed --- diff --git a/blocks/rss_client/block_rss_client.php b/blocks/rss_client/block_rss_client.php index 992d709a44..5b23469a9d 100644 --- a/blocks/rss_client/block_rss_client.php +++ b/blocks/rss_client/block_rss_client.php @@ -26,6 +26,10 @@ return 210; } + function applicable_formats() { + return array('all' => true); + } + function specialization() { // After the block has been loaded we customize the block's title display if (!empty($this->config) && !empty($this->config->title)) { @@ -265,4 +269,4 @@ } } } -?> \ No newline at end of file +?>