From 79e2979d125c6cc77135d691c607ee0db4f39942 Mon Sep 17 00:00:00 2001
From: rtherville <romain.therville@inra.fr>
Date: Fri, 3 Dec 2021 18:04:30 +0100
Subject: [PATCH] Update to tx_nG6_Utils.php

The path to applicaion.properties has been fixed.

issue #216
---
 ui/nG6/Classes/Controller/class.tx_nG6_utils.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ui/nG6/Classes/Controller/class.tx_nG6_utils.php b/ui/nG6/Classes/Controller/class.tx_nG6_utils.php
index 61ea89201..0b6190687 100644
--- a/ui/nG6/Classes/Controller/class.tx_nG6_utils.php
+++ b/ui/nG6/Classes/Controller/class.tx_nG6_utils.php
@@ -327,7 +327,6 @@ $template_mail.='<p>Yours sincerely</p>
     static function get_config_content(){
     	$config_file_path = __DIR__."/../../../../application.properties";
     	$config_file_content = file_get_contents($config_file_path);
-    	
     	return($config_file_content);
     }
     
-- 
GitLab