Thanks for the reply. I didn’t notice that line of code before.
I’ve just patched the code to be:
$to_blog_id = wpmu_create_blog( $newdomain, $path, $title, $user_id , array( "public" => 0 ), $current_site->id );
Besides needing to re-patch when updating the plugin, is there any reason not to do this?