From 3378fc9554260dc7f68703edf00eef741af787ce Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Chauveau?= <jerome.chauveau@unicaen.fr>
Date: Thu, 4 Jan 2024 10:23:08 +0100
Subject: [PATCH] fix 3.4.0-4

---
 XML2HTMLPlugin.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/XML2HTMLPlugin.php b/XML2HTMLPlugin.php
index eb09f42..23bf6bb 100644
--- a/XML2HTMLPlugin.php
+++ b/XML2HTMLPlugin.php
@@ -219,7 +219,7 @@ class XML2HTMLPlugin extends GenericPlugin
         int     $submissionId,
         int     $galleyId,
         string  $xmlFilePath,
-        Request $request,
+        APP\core\Request $request,
         string  $op = 'article')
     {
         $pathInfo = pathinfo($xmlFilePath);
-- 
GitLab