Feature request #2655585 and bug in template RSS
This commit is contained in:
parent
7bf047bc9c
commit
2d1675dd1d
6 changed files with 21 additions and 17 deletions
4
rss.php
4
rss.php
|
|
@ -110,8 +110,8 @@ class rss_manager
|
|||
|
||||
$template_folder = $this->general->template_folder.'/'.$this->general->template_rss;
|
||||
$strip_folder = $this->strip_manager->strips_path;
|
||||
$cache_folder = $this->general->cache_folder;
|
||||
if ($cache->init($limit, $template_folder, $strip_folder, $cache_folder, '', true)) {
|
||||
$cache_folder = $this->strip_manager->options['compileDir'];
|
||||
if ($cache->init($limit, $template_folder, $this->general->template_rss, $strip_folder, $cache_folder, '', true)) {
|
||||
if ($cache->isInCache()) {
|
||||
// the page is in cache, show cache
|
||||
$cache->getCache();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue