Process Daily RSS feed through Slim controller
The daily RSS template has been entirely rewritten to handle the whole feed through the template engine.
This commit is contained in:
parent
e3d28be967
commit
c4d5be53c2
15 changed files with 366 additions and 155 deletions
application/legacy
|
@ -353,7 +353,7 @@ You use the community supported version of the original Shaarli project, by Seba
|
|||
|
||||
$this->write();
|
||||
|
||||
$pageCacheManager = new PageCacheManager($pageCacheDir);
|
||||
$pageCacheManager = new PageCacheManager($pageCacheDir, $this->loggedIn);
|
||||
$pageCacheManager->invalidateCaches();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue