Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
bd6e6714
Commit
bd6e6714
authored
Dec 08, 2018
by
Carsten Rose
Browse files
AbstractException.php: fix new problem after exception output has been reordered
parent
674698dd
Pipeline
#1098
passed with stage
in 1 minute and 58 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extension/qfq/qfq/exceptions/AbstractException.php
View file @
bd6e6714
...
@@ -68,6 +68,7 @@ class AbstractException extends \Exception {
...
@@ -68,6 +68,7 @@ class AbstractException extends \Exception {
$arrShow
=
$this
->
messageArray
;
$arrShow
=
$this
->
messageArray
;
$htmlDebug
=
''
;
$htmlDebug
=
''
;
$arrDebugShow
=
array
();
$arrDebugShow
=
array
();
$arrForm
=
[];
try
{
try
{
// In a very early stage, it might be possible that Store can't be initialized: take care not to use it.
// In a very early stage, it might be possible that Store can't be initialized: take care not to use it.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment