From 878be8fff0328ee4ab978de20e7e385244ac54ec Mon Sep 17 00:00:00 2001 From: nobody Date: Wed, 24 Feb 2021 11:47:46 -0800 Subject: small adjustment (effects export output but is correctly handled by import) --- include/channel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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']); } } -- cgit v1.2.3