fix email
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user