diff options
author | nobody <nobody@zotlabs.com> | 2021-02-24 11:47:46 -0800 |
---|---|---|
committer | nobody <nobody@zotlabs.com> | 2021-02-24 11:48:28 -0800 |
commit | 878be8fff0328ee4ab978de20e7e385244ac54ec (patch) | |
tree | 12795f5b5648c2798b46e9a376b7c9c09eb82e2f | |
parent | beb418b093913bcc9499dac2722d53dfdab4879d (diff) | |
download | volse-hubzilla-878be8fff0328ee4ab978de20e7e385244ac54ec.tar.gz volse-hubzilla-878be8fff0328ee4ab978de20e7e385244ac54ec.tar.bz2 volse-hubzilla-878be8fff0328ee4ab978de20e7e385244ac54ec.zip |
small adjustment (effects export output but is correctly handled by import)
-rw-r--r-- | include/channel.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/channel.php b/include/channel.php index 34bf6aa79..c6ca673eb 100644 --- a/include/channel.php +++ b/include/channel.php @@ -891,7 +891,7 @@ function identity_basic_export($channel_id, $sections = null, $zap_compat = fals unset($ret['channel']['channel_salt']); } if ($zap_compat) { - unset($channel['channel_portable_id']); + unset($ret['channel']['channel_portable_id']); } } |