Skip to content
Snippets Groups Projects
Commit 6e25f346 authored by Marc Egger's avatar Marc Egger
Browse files

fix undefined index AbstractException

parent a3ad29d7
No related branches found
No related tags found
2 merge requests!302Develop,!296Marc: Form/Report As File, Path class, Config class, Typo3 v9 compatability
Pipeline #3974 failed
......@@ -171,6 +171,7 @@ class AbstractException extends \Exception {
}
// Render inline report editor
$arrMerged[ERROR_MESSAGE_TO_DEVELOPER] = $arrMerged[ERROR_MESSAGE_TO_DEVELOPER] ?? '';
try {
$arrMerged[ERROR_MESSAGE_TO_DEVELOPER] = QuickFormQuery::buildInlineReport(\UserReportException::$report_uid,
\UserReportException::$report_pathFileName, \UserReportException::$report_bodytext,
......
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