Skip to content

Commit 67cef5c

Browse files
swissspidyCopilot
andauthored
Update src/Core_Command.php
Co-authored-by: Copilot <[email protected]>
1 parent 43acb45 commit 67cef5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1326,7 +1326,7 @@ public function update_db( $args, $assoc_args ) {
13261326
if ( null === $network_id && function_exists( 'get_current_network_id' ) ) {
13271327
$network_id = get_current_network_id();
13281328
}
1329-
if ( null === $network_id ) {
1329+
if ( ! $network_id ) {
13301330
$network_id = 1; // Default to primary network
13311331
}
13321332

0 commit comments

Comments
 (0)