Log in with username/password: lyceum/lyceum

Changeset 843

Show
Ignore:
Timestamp:
06/22/06 10:29:23 (2 years ago)
Author:
fusion
Message:

ticket #527

fixed a bug in the RSS importer which redirected to a 'blog not found' error

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/0.32/src/lib/wp-admin/import/rss.php

    r613 r843  
    2323   function greet() { 
    2424      echo '<p>'.__('Howdy! This importer allows you to extract posts from any RSS 2.0 file into your blog. This is useful if you want to import your posts from a system that is not handled by a custom import tool. Pick an RSS file to upload and click Import.').'</p>'; 
    25       wp_import_upload_form("admin.php?b=$blogdata->slug&amp;import=rss&amp;step=1"); 
     25      wp_import_upload_form("admin.php?import=rss&amp;step=1"); 
    2626   } 
    2727 
Log in with username/password: lyceum/lyceum