Skip to content

Commit c93f71e

Browse files
committed
fix: controllo integrità file
1 parent f59f29c commit c93f71e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/aggiornamenti/src/Controlli/IntegritaFile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ protected function shouldExcludeFile($item, $relative_path)
333333

334334
// PDF degli interventi generati dalle stampe (salvati direttamente senza passare per zz_files)
335335
// Pattern: interventi/Intervento num*.pdf
336-
if (preg_match('#^interventi/Intervento num.*\.pdf$#', $relative_path)) {
336+
if (preg_match('#^interventi/Intervento-num.*\.pdf$#', $relative_path)) {
337337
return true;
338338
}
339339

0 commit comments

Comments
 (0)