Assets\Render update

This commit is contained in:
Astrologies 2021-12-16 01:54:25 -05:00
parent a3b2832abf
commit c34c18a46e
1 changed files with 1 additions and 1 deletions

View File

@ -371,7 +371,7 @@ namespace Alphaland\Assets {
}
}
public static function Update(int $assetid, $soapobject, $placerender=false)
private static function Update(int $assetid, $soapobject, $placerender=false)
{
$rendersPath = $GLOBALS['renderCDNPath'];
$render = base64_decode($soapobject->BatchJobExResult->LuaValue[0]->value);