From 2a0ff2b542649685ab2472a003c2a92073ab224e Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 31 Oct 2012 17:38:22 -0700 Subject: merge zperms functionality into zfinger --- include/zot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/zot.php b/include/zot.php index e041e273e..c9fd25de4 100644 --- a/include/zot.php +++ b/include/zot.php @@ -40,7 +40,7 @@ function zot_get_hubloc($arr,$primary = false) { $sql_extra = (($primary) ? " and hubloc_flags & " . intval(HUBLOC_FLAGS_PRIMARY) : "" ); $limit = (($primary) ? " limit 1 " : ""); - return q("select * from hubloc where hubloc_guid in ( $tmp ) $sql_extra order by hubloc_url $limit"); + return q("select * from hubloc where hubloc_hash in ( $tmp ) $sql_extra order by hubloc_url $limit"); } -- cgit v1.2.3