Skip to content

Commit

Permalink
BUGS-6563: more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Wagner committed Sep 25, 2023
1 parent 07a3128 commit 7972051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pantheon-sessions.php
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ public function primary_key_revert() {

// Remove table which did not function.
$query = "DROP TABLE {$temp_clone_table}";
$wpdb->query( $query );
$wpdb->get_results( $query );
$this->safe_output( __( 'Process complete.', 'wp-native-php-sessions' ), 'log' );
}

Expand Down

0 comments on commit 7972051

Please sign in to comment.