aboutsummaryrefslogtreecommitdiff
path: root/modules/opml_domxml.php
diff options
context:
space:
mode:
authorAndrew Dolgov <fox@fakecake.org>2010-10-03 11:54:20 +0400
committerAndrew Dolgov <fox@fakecake.org>2010-10-03 11:54:20 +0400
commit3b3a199df86b1c94d16e6c0f601e3988df37070f (patch)
treed7ee21ee3595115bd757d2ca9d978c2a77ddac2d /modules/opml_domxml.php
parent66438f2922dad7b3a6d36bc22a06b3566fd9becf (diff)
parent5ba53dde355add2f6098887611b5d2a7eb32b44b (diff)
Merge branch 'master' of madoka.volgo-balt.ru:public_html/testbox/tt-rss
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) {