From 1d599ce8a96b617059382a0dad41739cf29a1e61 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Fri, 19 Jul 2024 19:52:42 -0400 Subject: [PATCH] WRENCHBOARD_ACCOUNT_HOMEBANNERS --- www-api/app/Controllers/WrenchBanners.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-api/app/Controllers/WrenchBanners.php b/www-api/app/Controllers/WrenchBanners.php index 2579c919..1dd87b9a 100644 --- a/www-api/app/Controllers/WrenchBanners.php +++ b/www-api/app/Controllers/WrenchBanners.php @@ -27,7 +27,7 @@ class WrenchBanners extends BaseController $raw_json = file_get_contents('php://input'); $in = json_decode($raw_json, true); - // $in["action"] = WRENCHBOARD_ACCOUNT_LOGIN; + $in["action"] = WRENCHBOARD_ACCOUNT_HOMEBANNERS; $endpoint = "FAMILY_BANNERS-". $in["uid"]; // str_pad($in["uid"], 12, "0", STR_PAD_LEFT); $out = $this->getCache($endpoint); // try find in cache // if ( count($out) == 0 ){