Removing call to RssHelper::header() as method does not exit

This commit is contained in:
Neil Crookes 2011-05-31 22:50:47 +01:00
parent 6f821e0d4d
commit ea82261ad8

View file

@ -1,6 +1,4 @@
<?php <?php
echo $this->Rss->header();
if (!isset($channel)) { if (!isset($channel)) {
$channel = array(); $channel = array();
} }