summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/af_comics/filters/af_comics_gocomics.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/af_comics/filters/af_comics_gocomics.php b/plugins/af_comics/filters/af_comics_gocomics.php
index c72903140..3ae169c02 100644
--- a/plugins/af_comics/filters/af_comics_gocomics.php
+++ b/plugins/af_comics/filters/af_comics_gocomics.php
@@ -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();