Skip to content

Commit ead28a0

Browse files
authored
Remove the trigger_error that we use internally in our fork of hyperdb.
1 parent 20a584a commit ead28a0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

db.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1566,7 +1566,6 @@ public function ex_mysql_ping( $dbh ) {
15661566
return true;
15671567
}
15681568

1569-
trigger_error( 'hyperdb::ex_mysql_ping needs to reconnect to the database', E_USER_WARNING );
15701569
return $this->is_mysql_connection( $this->db_connect() );
15711570
}
15721571

0 commit comments

Comments
 (0)