aboutsummaryrefslogtreecommitdiff
path: root/app/Services/ImportService.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Services/ImportService.php')
-rw-r--r--app/Services/ImportService.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Services/ImportService.php b/app/Services/ImportService.php
index 1ab2b8d69..26d07faae 100644
--- a/app/Services/ImportService.php
+++ b/app/Services/ImportService.php
@@ -363,7 +363,7 @@ class FreshRSS_Import_Service {
$category = new FreshRSS_Category($name);
if (isset($category_element['frss:opmlUrl'])) {
- $opml_url = checkUrl($category_element['frss:opmlUrl']);
+ $opml_url = FreshRSS_http_Util::checkUrl($category_element['frss:opmlUrl']);
if ($opml_url != '') {
$category->_kind(FreshRSS_Category::KIND_DYNAMIC_OPML);
$category->_attribute('opml_url', $opml_url);