fix email

This commit is contained in:
CHIEFSOFT\ameye
2024-09-30 08:41:58 -04:00
parent d319eda408
commit b7b18f8f5e
+1 -1
View File
@@ -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