Skip to content

Commit c7fb01e

Browse files
aristathadamziel
andauthored
Update wp-includes/sqlite/class-wp-sqlite-db.php
Co-authored-by: Adam Zielinski <adam@adamziel.com>
1 parent f5a6a5e commit c7fb01e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wp-includes/sqlite/class-wp-sqlite-db.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ public function query( $query ) {
287287
}
288288

289289
$this->last_error = $this->dbh->get_error_message();
290-
if ( $this->last_error ) { // && ( ! defined( 'WP_INSTALLING' ) || ! WP_INSTALLING ) ) {
290+
if ( $this->last_error ) {
291291
$this->print_error( $this->last_error );
292292
return false;
293293
}

0 commit comments

Comments
 (0)