aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Zotlabs/Lib/Libzot.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zotlabs/Lib/Libzot.php b/Zotlabs/Lib/Libzot.php
index 2ed18d10b..379b329c7 100644
--- a/Zotlabs/Lib/Libzot.php
+++ b/Zotlabs/Lib/Libzot.php
@@ -1292,7 +1292,7 @@ class Libzot {
}
}
- if ($AS->data['hubloc']) {
+ if ($AS->meta['hubloc']) {
$arr['item_verified'] = true;
}
@@ -2010,7 +2010,7 @@ class Libzot {
$arr['owner_xchan'] = $a['signature']['signer'];
}
- if ($AS->data['hubloc'] || $arr['author_xchan'] === $arr['owner_xchan']) {
+ if ($AS->meta['hubloc'] || $arr['author_xchan'] === $arr['owner_xchan']) {
$arr['item_verified'] = true;
}