From 0895abc30bc418e70eaa46e0f22859ec5d6fb143 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Thu, 18 Jan 2024 19:19:50 +0100 Subject: [PATCH] Double variable Blog date --- module/blog/view/index/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/blog/view/index/index.php b/module/blog/view/index/index.php index 8fd7f7f6..a9560734 100755 --- a/module/blog/view/index/index.php +++ b/module/blog/view/index/index.php @@ -142,7 +142,7 @@ signature($this->getData(['module', $this->getUrl(0), 'posts', $articleId, 'userId'])); ?> - getData(['module', $this->getUrl(0), 'posts', $articleId, 'publishedOn']), self::$siteContent) . ' ' . helper::dateUTF8($module::$timeFormat, $this->getData(['module', $this->getUrl(0), 'posts', $articleId, 'publishedOn'], self::$siteContent), self::$siteContent); ?> + getData(['module', $this->getUrl(0), 'posts', $articleId, 'publishedOn']), self::$siteContent) . ' ' . helper::dateUTF8($module::$timeFormat, $this->getData(['module', $this->getUrl(0), 'posts', $articleId, 'publishedOn']), self::$siteContent); ?>
getData(['module', $this->getUrl(0), 'config', 'articlesLenght']) !== 0 ? $this->getData(['module', $this->getUrl(0), 'config', 'articlesLenght']) : 500 ?>