asset testing

This commit is contained in:
2019-07-05 01:34:10 -05:00
parent ec8d5d774f
commit 27c1e0f1c1

View File

@@ -80,7 +80,7 @@ class AssetHelper {
//If nothing is found
if($found == 0) {
$item = new Asset;
if(isset($asset['is_blueprint_copy'])) {
if(isset($asset->is_blueprint_copy)) {
$item->is_blueprint_copy = $asset->is_blueprint_copy;
}
$item->is_singleton = $asset->is_singleton;