mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Removing call to RssHelper::header() as method does not exit
This commit is contained in:
parent
6f821e0d4d
commit
ea82261ad8
1 changed files with 1 additions and 3 deletions
|
@ -1,6 +1,4 @@
|
|||
<?php
|
||||
echo $this->Rss->header();
|
||||
|
||||
if (!isset($channel)) {
|
||||
$channel = array();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue