Link import fix from Kafkaesqui. fixes #2296

git-svn-id: https://develop.svn.wordpress.org/trunk@3441 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2006-01-16 19:57:20 +00:00
parent 353b0b2b5c
commit be5676b157
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ foreach ($categories as $category) {
}
$opml_url = $_POST['opml_url'];
if (isset($opml_url) && $opml_url != '') {
if (isset($opml_url) && $opml_url != '' && $opml_url != 'http://') {
$blogrolling = true;
}
else // try to get the upload file.