Skip to content

Commit

Permalink
Merge branch 'wip-MDL-30541-stable22' of git://github.com/phalacee/mo…
Browse files Browse the repository at this point in the history
…odle into MOODLE_22_STABLE
  • Loading branch information
Aparup Banerjee committed Dec 21, 2011
2 parents dbfa519 + 332748d commit 8fe13ec
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions blog/index.php
Expand Up @@ -212,9 +212,13 @@
}

if ($CFG->enablerssfeeds) {
$rsscontext = $filtertype = $thingid = null;
$rsscontext = null;
$filtertype = null;
$thingid = null;
list($thingid, $rsscontext, $filtertype) = blog_rss_get_params($blogheaders['filters']);

if (empty($rsscontext)) {
$rsscontext = get_system_context();
}
$rsstitle = $blogheaders['heading'];

//check we haven't started output by outputting an error message
Expand Down

0 comments on commit 8fe13ec

Please sign in to comment.