mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-09-21 13:30:59 +02:00
Merge branch 'bugfix/gocomics-changes-2' into 'master'
Use the correct suffix for GoComics permalinks. See merge request tt-rss/tt-rss!114
This commit is contained in:
commit
f70cd0d149
@ -36,7 +36,7 @@ class Af_Comics_Gocomics extends Af_ComicFilter {
|
||||
$site_url = htmlspecialchars($site_url);
|
||||
|
||||
// add the date suffix here to uniquely identify the "article" and provide the permalink
|
||||
$article_link = htmlspecialchars($article_link) . date('/Y-m-d');
|
||||
$article_link = htmlspecialchars($article_link) . date('/Y/m/d');
|
||||
|
||||
$tpl = new Templator();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user