From c9a8914b07827cb1a77aadcabb60f7713b675d6c Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Thu, 14 Nov 2024 12:47:40 +0100 Subject: fix some conent import issues --- Zotlabs/Daemon/Content_importer.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Zotlabs/Daemon/Content_importer.php') diff --git a/Zotlabs/Daemon/Content_importer.php b/Zotlabs/Daemon/Content_importer.php index 67f1c8e80..80c9feed1 100644 --- a/Zotlabs/Daemon/Content_importer.php +++ b/Zotlabs/Daemon/Content_importer.php @@ -47,9 +47,9 @@ class Content_importer { killme(); } - $j = json_decode($x['body'],true); + $j = json_decode($x['body'], true); - if(! is_array($j['item']) || ! count($j['item'])) { + if($j && empty($j['item'])) { PConfig::Set($channel['channel_id'], 'import', 'content_completed', 1); return; } -- cgit v1.2.3