Skip to content

Commit

Permalink
Yoda
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmai committed Jul 8, 2024
1 parent 33d0ba8 commit 2308838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db.php
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,7 @@ public function query( $query ) {
}
}

if ( $this->last_error === '' ) {
if ( '' === $this->last_error ) {
$this->last_error = $this->ex_mysql_error( $this->dbh );
}

Expand Down

0 comments on commit 2308838

Please sign in to comment.