diff --git a/www-api/app/Controllers/WrenchBanners.php b/www-api/app/Controllers/WrenchBanners.php index 51a0be69..614468a7 100644 --- a/www-api/app/Controllers/WrenchBanners.php +++ b/www-api/app/Controllers/WrenchBanners.php @@ -48,8 +48,8 @@ class WrenchBanners extends BaseController if (isset($in["uuid"]) && $in["uuid"] !='' ){ $in["uid"]=$in["uuid"]; } - - $endpoint = "ACCOUNT_HOMEBANNERS-". $in["uuid"]; // str_pad($in["uid"], 12, "0", STR_PAD_LEFT); + + $endpoint = "ACCOUNT_HOMEBANNERS-". $in["uid"]; // str_pad($in["uid"], 12, "0", STR_PAD_LEFT); $out = $this->getCache($endpoint); // try find in cache if ( count($out) == 0 ){ $ret = $this->wrenchboard->wrenchboard_api($in, $out);