inc/managers/queue/executors/ContentExecutor.php
@@ -448,9 +448,7 @@ } foreach ($children as $child) { $childMeta = Meta::forPost($child); $childMeta->setAll($values, false); $result = $childMeta->save(); Meta::forPost($child)->setAll($values)->save(false); } } }