diff --git a/src/crontab/import/feed.php b/src/crontab/import/feed.php index 226e171..b39ab34 100644 --- a/src/crontab/import/feed.php +++ b/src/crontab/import/feed.php @@ -56,6 +56,20 @@ try file_get_contents(__DIR__ . '/../../config/nodes.json') ) as $node) { + // Manifest exists + if (empty($node->manifest)) + { + array_push( + $debug['dump'], + sprintf( + _('Manifest URL not provided for this node: %s'), + $node + ) + ); + + continue; + } + // Skip non-condition addresses $error = [];