Skip to content

Commit 9ab96d7

Browse files
committed
fix typo
1 parent 36a3129 commit 9ab96d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/cli/migration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ private function get_blog_ids_with_meta_key() {
2727
switch_to_blog( $blog->blog_id );
2828

2929
// Table exists ?
30-
if ( $wpdb->get_var( $wpdb->prepare( "SHOW TABLES LIKE %s", $wpdb->postmeta ) ) === $wpdb->postmeta ) {
30+
if ( $wpdb->get_var( $wpdb->prepare( "SHOW TABLES LIKE %s", $wpdb->postmeta ) ) !== $wpdb->postmeta ) {
3131
restore_current_blog();
3232
continue;
3333
}

0 commit comments

Comments
 (0)