aboutsummaryrefslogtreecommitdiff
path: root/lib/lib_rss.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lib_rss.php')
-rw-r--r--lib/lib_rss.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lib_rss.php b/lib/lib_rss.php
index c574cd3fd..77d3ac2db 100644
--- a/lib/lib_rss.php
+++ b/lib/lib_rss.php
@@ -65,7 +65,7 @@ function opml_import ($xml) {
$opml = @simplexml_load_string ($xml);
if (!$opml) {
- return array (array (), array ());
+ throw new OpmlException ();
}
$categories = array ();