Link import fix from Kafkaesqui. fixes #2296

git-svn-id: http://svn.automattic.com/wordpress/trunk@3441 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2006-01-16 19:57:20 +00:00
parent 86d3dbb81f
commit e701f8c526

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.