We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36a3129 commit 9ab96d7Copy full SHA for 9ab96d7
classes/cli/migration.php
@@ -27,7 +27,7 @@ private function get_blog_ids_with_meta_key() {
27
switch_to_blog( $blog->blog_id );
28
29
// Table exists ?
30
- if ( $wpdb->get_var( $wpdb->prepare( "SHOW TABLES LIKE %s", $wpdb->postmeta ) ) === $wpdb->postmeta ) {
+ if ( $wpdb->get_var( $wpdb->prepare( "SHOW TABLES LIKE %s", $wpdb->postmeta ) ) !== $wpdb->postmeta ) {
31
restore_current_blog();
32
continue;
33
}
0 commit comments