From ec3d04882e8f0fb11d2b3e0f19142c294625b735 Mon Sep 17 00:00:00 2001 From: "John R. D'Orazio" Date: Tue, 15 Oct 2024 16:48:11 +0200 Subject: [PATCH] fix data path for missals --- src/Health.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Health.php b/src/Health.php index 1a468884..e93b0dc0 100644 --- a/src/Health.php +++ b/src/Health.php @@ -147,7 +147,7 @@ private static function retrieveSchemaForCategory(string $category, ?string $dat return LitSchema::PROPRIUMDESANCTIS; case 'resourceDataCheck': if ( - preg_match("/\/missals\/[_A-Z0-9]+$/", $dataPath) + preg_match("/\/data\/missals\/[_A-Z0-9]+$/", $dataPath) ) { return LitSchema::PROPRIUMDESANCTIS; } elseif (