@@ -226,7 +226,7 @@ |
||
226 | 226 | '>=' |
227 | 227 | ) === true; |
228 | 228 | |
229 | - if ($isNew || $scenario === Asset::SCENARIO_FILEOPS || ($supportsMoveScenario && $scenario === Asset::SCENARIO_MOVE) ) { |
|
229 | + if ($isNew || $scenario === Asset::SCENARIO_FILEOPS || ($supportsMoveScenario && $scenario === Asset::SCENARIO_MOVE)) { |
|
230 | 230 | /** |
231 | 231 | * If this is a newly uploaded/created Asset, we can save the variants |
232 | 232 | * via a queue job to prevent it from blocking |