Use Billing::getClientInstanceId() in Amazon_S3StorageBackend
This commit is contained in:
parent
278aa31d2f
commit
181db7617a
|
@ -60,8 +60,7 @@ class Amazon_S3StorageBackend extends StorageBackend
|
|||
|
||||
public function getFilePrefix()
|
||||
{
|
||||
$clientCurrentAirtimeProduct = Billing::getClientCurrentAirtimeProduct();
|
||||
$hostingId = $clientCurrentAirtimeProduct["id"];
|
||||
$hostingId = Billing::getClientInstanceId();
|
||||
return substr($hostingId, -2)."/".$hostingId;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue