Skip to content

Commit

Permalink
Removing call to RssHelper::header() as method does not exit
Browse files Browse the repository at this point in the history
  • Loading branch information
neilcrookes committed May 31, 2011
1 parent 6f821e0 commit ea82261
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/Cake/View/Layouts/rss/default.ctp
@@ -1,6 +1,4 @@
<?php
echo $this->Rss->header();

if (!isset($channel)) {
$channel = array();
}
Expand All @@ -13,4 +11,4 @@ echo $this->Rss->document(
array(), $channel, $content_for_layout
)
);
?>
?>

0 comments on commit ea82261

Please sign in to comment.