This commit is contained in:
Jürgen Mummert
2025-12-25 15:59:05 +01:00
parent 85cbf2a235
commit 6e6f5904d9
+2 -1
View File
@@ -105,7 +105,8 @@ class IndexPageListener
*/
$pdfLinks = $this->findPdfLinks($content);
if ($pdfLinks !== []) {
// PDFs NUR auf öffentlichen Seiten indexieren
if ($pdfLinks !== [] && ($data['protected'] ?? 0) == 0) {
$this->pdfIndexService->handlePdfLinks($pdfLinks);
}
}