aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2020-04-12 08:59:42 +0000
committerMario <mario@mariovavti.com>2020-04-12 08:59:42 +0000
commit6de823b532fc526a321e6b2b4df2cdd6175b7eb7 (patch)
treeaec4b8ff6198b5a347d11ed235e039fac588d10f /Zotlabs
parent69878ed628735cf1ecca3b6a2480a648c1e89127 (diff)
downloadvolse-hubzilla-6de823b532fc526a321e6b2b4df2cdd6175b7eb7.tar.gz
volse-hubzilla-6de823b532fc526a321e6b2b4df2cdd6175b7eb7.tar.bz2
volse-hubzilla-6de823b532fc526a321e6b2b4df2cdd6175b7eb7.zip
discover_feed() does not exist yet
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Lib/Connect.php2
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.');