From ad7464cf22a7027e345b0d2ea0f113cdc330c574 Mon Sep 17 00:00:00 2001 From: danpros Date: Sun, 31 Dec 2023 09:17:24 +0700 Subject: [PATCH] Update functions.php --- system/includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/includes/functions.php b/system/includes/functions.php index bc606f4..f10ae08 100644 --- a/system/includes/functions.php +++ b/system/includes/functions.php @@ -444,7 +444,7 @@ function get_posts($posts, $page = 1, $perpage = 0) function get_pages($pages, $page = 1, $perpage = 0) { if (empty($pages)) { - $pages = get_static_page(); + $pages = get_static_pages(); } $tmp = array();