aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-10-31 17:38:22 -0700
committerfriendica <info@friendica.com>2012-10-31 17:38:22 -0700
commit2a0ff2b542649685ab2472a003c2a92073ab224e (patch)
tree87a81156da2c1ca9a92b8dcb0df56e614d76f107 /include
parenteef329abe9a00da23c350f04c3f5f309086f27f7 (diff)
downloadvolse-hubzilla-2a0ff2b542649685ab2472a003c2a92073ab224e.tar.gz
volse-hubzilla-2a0ff2b542649685ab2472a003c2a92073ab224e.tar.bz2
volse-hubzilla-2a0ff2b542649685ab2472a003c2a92073ab224e.zip
merge zperms functionality into zfinger
Diffstat (limited to 'include')
-rw-r--r--include/zot.php2
1 files changed, 1 insertions, 1 deletions
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");
}