From a0c91f65c732590bba0848f3b7ad0395ff55924c Mon Sep 17 00:00:00 2001 From: danpros Date: Wed, 13 Dec 2023 13:52:09 +0700 Subject: [PATCH] Update functions.php --- system/includes/functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/includes/functions.php b/system/includes/functions.php index 21a885a..cbcdb2c 100644 --- a/system/includes/functions.php +++ b/system/includes/functions.php @@ -1628,7 +1628,7 @@ function has_prev($prev) 'link' => $prev->link, 'categoryUrl' => $prev->categoryUrl, 'readTime' => $prev->readTime, - 'readTime' => $prev->lastMod + 'lastMod' => $prev->lastMod ); } } @@ -1661,7 +1661,7 @@ function has_next($next) 'link' => $next->link, 'categoryUrl' => $next->categoryUrl, 'readTime' => $next->readTime, - 'readTime' => $next->lastMod + 'lastMod' => $next->lastMod ); } }