diff options
author | Mario <mario@mariovavti.com> | 2020-04-12 08:59:42 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-04-12 08:59:42 +0000 |
commit | 6de823b532fc526a321e6b2b4df2cdd6175b7eb7 (patch) | |
tree | aec4b8ff6198b5a347d11ed235e039fac588d10f /Zotlabs/Lib/Connect.php | |
parent | 69878ed628735cf1ecca3b6a2480a648c1e89127 (diff) | |
download | volse-hubzilla-6de823b532fc526a321e6b2b4df2cdd6175b7eb7.tar.gz volse-hubzilla-6de823b532fc526a321e6b2b4df2cdd6175b7eb7.tar.bz2 volse-hubzilla-6de823b532fc526a321e6b2b4df2cdd6175b7eb7.zip |
discover_feed() does not exist yet
Diffstat (limited to 'Zotlabs/Lib/Connect.php')
-rw-r--r-- | Zotlabs/Lib/Connect.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/Connect.php b/Zotlabs/Lib/Connect.php index 5fc0e3fe1..caac30f7a 100644 --- a/Zotlabs/Lib/Connect.php +++ b/Zotlabs/Lib/Connect.php @@ -97,7 +97,7 @@ class Connect { $feeds = get_config('system','feed_contacts'); if (($feeds) && (in_array($protocol, [ '', 'feed', 'rss' ]))) { - $d = discover_feed($url); + $d = discover_by_url($url); } else { $result['message'] = t('Remote channel or protocol unavailable.'); |