Skip to content
Snippets Groups Projects
Commit 79e2979d authored by Romain Therville's avatar Romain Therville :coffee:
Browse files

Update to tx_nG6_Utils.php

The path to applicaion.properties has been fixed.

issue #216
parent 7ae77474
No related branches found
No related tags found
1 merge request!132Merge branch issue#216 with master
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment