From b7b18f8f5efe90a12864d22b9797248f2b816242 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Mon, 30 Sep 2024 08:41:58 -0400 Subject: [PATCH] fix email --- 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 dbac8c33..8b19ba3a 100644 --- a/www-api/app/Controllers/WrenchBanners.php +++ b/www-api/app/Controllers/WrenchBanners.php @@ -89,7 +89,7 @@ class WrenchBanners extends BaseController } $in["nocache"] = $in["nocache"] ?? false; - $endpoint = "ACCOUNT_HOMEBANNERS-".str_replace("-", "_", $in["uid"]); + $endpoint = "ACCOUNT_HOMEBANNERS-".str_replace("-", "_", $in["uid"]); if ($in["nocache"]) $this->deleteCache($endpoint); $out = $this->getCache($endpoint); // try find in cache