• Hi. While running your plugin I ran into a “bug” in the sense that it failed on some bogus data. This code, inserted after line 343 in file better-search-replace/includes/class-bsr-db.php, fixes that:

    
    if ( $key[0] === "\0" ) {
        continue;
    }
    

    Thanks for the great plugin.

  • The topic ‘Code needs this fix’ is closed to new replies.