Skip to content

Commit c71e5f6

Browse files
committed
Add missing "global" definition
1 parent c5fd397 commit c71e5f6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

integrations/query-monitor/boot.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
}
5757
}
5858

59+
global $wpdb;
5960
if ( ! isset( $wpdb ) ) {
6061
return;
6162
}

0 commit comments

Comments
 (0)