aboutsummaryrefslogtreecommitdiffstats
path: root/mod/zfinger.php
diff options
context:
space:
mode:
authorOlivier Migeot <olivier+github@migeot.org>2013-11-27 14:03:55 +0100
committerOlivier Migeot <olivier+github@migeot.org>2013-11-27 14:03:55 +0100
commitc3c2ff6cdbaa89b03dc88f88bb5dd75779a249ea (patch)
treedab55b8bd4d58bc9c2f762998a797471bbfdbc01 /mod/zfinger.php
parent11983c12429021565f2400f893d85b5d4c6f9779 (diff)
parent64b467ea98fd4cf3cb6215be9ff8e5a9d13ba1a8 (diff)
downloadvolse-hubzilla-c3c2ff6cdbaa89b03dc88f88bb5dd75779a249ea.tar.gz
volse-hubzilla-c3c2ff6cdbaa89b03dc88f88bb5dd75779a249ea.tar.bz2
volse-hubzilla-c3c2ff6cdbaa89b03dc88f88bb5dd75779a249ea.zip
Merge branch 'master' of https://github.com/friendica/red
Diffstat (limited to 'mod/zfinger.php')
-rw-r--r--mod/zfinger.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/zfinger.php b/mod/zfinger.php
index 59cef5549..2eb6adc75 100644
--- a/mod/zfinger.php
+++ b/mod/zfinger.php
@@ -164,7 +164,7 @@ function zfinger_init(&$a) {
$ret['locations'] = array();
- $x = zot_get_hubloc(array($e['channel_hash']));
+ $x = zot_get_hublocs($e['channel_hash']);
if($x && count($x)) {
foreach($x as $hub) {
if(! ($hub['hubloc_flags'] & HUBLOC_FLAGS_UNVERIFIED)) {