summaryrefslogtreecommitdiff
path: root/modules/opml_domxml.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/opml_domxml.php')
-rw-r--r--modules/opml_domxml.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/opml_domxml.php b/modules/opml_domxml.php
index 1cc1467a8..8262c3040 100644
--- a/modules/opml_domxml.php
+++ b/modules/opml_domxml.php
@@ -39,6 +39,10 @@
}
$feed_url = db_escape_string($outline->get_attribute('xmlUrl'));
+
+ if (!$feed_url)
+ $feed_url = db_escape_string($outline->get_attribute('xmlURL'));
+
$site_url = db_escape_string($outline->get_attribute('htmlUrl'));
if ($cat_title && !$feed_url) {