Ticket #2404: blogger.diff

File blogger.diff, 368 bytes (added by Sewar, 3 years ago)

patch for first bug

  • blogger.php

    old new  
    599599                } 
    600600                 
    601601                if ( isset($_GET['noheader']) ) { 
     602                        header('Content-Type: text/html; charset=utf-8'); 
     603 
    602604                        $this->import = get_settings('import-blogger'); 
    603605 
    604606                        if ( false === $this->import ) {