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