diff options
author | Mario Vavti <mario@mariovavti.com> | 2022-04-26 11:08:10 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2022-04-26 11:08:10 +0200 |
commit | f9fd195c2403ec63e6850e727dcea4c750e795af (patch) | |
tree | d4f341e3636644b6195b2d4bb9fb29a0c9b43c0f | |
parent | 98a311ae40372eec0ffb76f4133fc154a412c50b (diff) | |
parent | 01e82090b2600b99cab1311f1f355c8a3279c333 (diff) | |
download | volse-hubzilla-f9fd195c2403ec63e6850e727dcea4c750e795af.tar.gz volse-hubzilla-f9fd195c2403ec63e6850e727dcea4c750e795af.tar.bz2 volse-hubzilla-f9fd195c2403ec63e6850e727dcea4c750e795af.zip |
Merge branch 'dev'
-rw-r--r-- | Zotlabs/Lib/Libzot.php | 4 | ||||
-rw-r--r-- | boot.php | 2 |
2 files changed, 3 insertions, 3 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; } @@ -60,7 +60,7 @@ require_once('include/bbcode.php'); require_once('include/items.php'); define('PLATFORM_NAME', 'hubzilla'); -define('STD_VERSION', '7.2.1'); +define('STD_VERSION', '7.3.1'); define('ZOT_REVISION', '6.0'); define('DB_UPDATE_VERSION', 1252); |