Skip to content

Commit 240aa91

Browse files
committed
fix notices
1 parent 861fc50 commit 240aa91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phpwpinfo.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,7 @@ public function test_mysqli_config() {
459459
}
460460
}
461461

462+
$is_log_slow_queries = false;
462463
$result = mysqli_query( $this->db_link, "SHOW VARIABLES LIKE 'log_slow_queries'" );
463464
if ( $result != false ) {
464465
while ( $row = mysqli_fetch_assoc( $result ) ) {

0 commit comments

Comments
 (0)