Skip to content
Snippets Groups Projects

Issue #3247070: TypeError in LinkStatusHandle.php

1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
@@ -75,6 +75,9 @@ class LinkStatusHandle extends QueueWorkerBase implements ContainerFactoryPlugin
$link = $this->entityTypeManager
->getStorage('linkcheckerlink')
->load($linkId);
if (!$link) {
return;
}
$handler->handle($link, $response);
}
Loading