needle and haystack confusion
This commit is contained in:
@@ -89,7 +89,7 @@ class ProcessAssetsJob implements ShouldQueue
|
|||||||
foreach($assets as $asset) {
|
foreach($assets as $asset) {
|
||||||
//If the asset is in one of the locations we want, then store
|
//If the asset is in one of the locations we want, then store
|
||||||
//or update the asset
|
//or update the asset
|
||||||
if(in_array($this->location_array, $asset->location_flag)) {
|
if(in_array($asset->location_flag, $this->location_array)) {
|
||||||
//Attempt to store the asset
|
//Attempt to store the asset
|
||||||
$aHelper->StoreNewAsset($asset);
|
$aHelper->StoreNewAsset($asset);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user