Assets\Render update
This commit is contained in:
parent
a3b2832abf
commit
c34c18a46e
|
|
@ -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'];
|
$rendersPath = $GLOBALS['renderCDNPath'];
|
||||||
$render = base64_decode($soapobject->BatchJobExResult->LuaValue[0]->value);
|
$render = base64_decode($soapobject->BatchJobExResult->LuaValue[0]->value);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue