Make WordPress Core


Ignore:
Timestamp:
11/04/2008 03:22:24 AM (16 years ago)
Author:
ryan
Message:

Notice fixes from filosofo and Viper007Bond. see #7509

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/import/blogger.php

    r8645 r9506  
    815815        } elseif ( isset($_GET['token']) )
    816816            $this->auth();
    817         elseif ( $this->token && $this->token_is_valid() )
     817        elseif ( isset($this->token) && $this->token_is_valid() )
    818818            $this->show_blogs();
    819819        else
Note: See TracChangeset for help on using the changeset viewer.