From 7439f77571d52c303f8f248e4cf4a1245b578004 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Wed, 31 Jul 2024 01:26:42 -0400 Subject: [PATCH] FIX Q --- www-api/app/Controllers/WrenchBlog.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www-api/app/Controllers/WrenchBlog.php b/www-api/app/Controllers/WrenchBlog.php index ede94589..78bad209 100644 --- a/www-api/app/Controllers/WrenchBlog.php +++ b/www-api/app/Controllers/WrenchBlog.php @@ -52,8 +52,9 @@ class WrenchBlog extends BaseController return $data; } - public function mobileBlogData($endpoint,$raw_array) + public function mobileBlogData() { + $endpoint = "WRENCH_MOBILE_BLOG_DATA"; $res1 = $this->getCache($endpoint); if (count($res1)==0){ $rawData = $this->apiData(0);