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