Skip to content
Snippets Groups Projects
Commit af49313e authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Fix path

parent e80bdcb0
No related branches found
No related tags found
No related merge requests found
...@@ -248,7 +248,7 @@ class Error extends Exception ...@@ -248,7 +248,7 @@ class Error extends Exception
// enable error reporting // enable error reporting
$httpUtils = new Utils\HTTP(); $httpUtils = new Utils\HTTP();
$baseurl = $httpUtils->getBaseURL(); $baseurl = $httpUtils->getBaseURL();
$data['errorReportAddress'] = $baseurl . 'errorreport.php'; $data['errorReportAddress'] = Module::getModuleURL('core/errorReport');
} }
$data['email'] = ''; $data['email'] = '';
......
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