Jake Vanderwerf
2026-02-17 a24a06002081ad71a78ffeff9072725ba39cf121
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);
         }
      }
   }