Skip to content
GitLab
Menu
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
9a4b9c6c
Commit
9a4b9c6c
authored
Jul 10, 2018
by
Carsten Rose
Browse files
Link.php: render mode 8 - whole 'case' block was lost.
parent
89d15411
Pipeline
#686
passed with stage
in 1 minute and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extension/qfq/qfq/report/Link.php
View file @
9a4b9c6c
...
...
@@ -460,7 +460,9 @@ class Link {
case
'26'
:
throw
new
UserReportException
(
"Mode not implemented. internal render mode=
$mode
"
,
ERROR_UNKNOWN_MODE
);
break
;
case
'8'
:
$link
=
substr
(
$vars
[
FINAL_HREF
],
12
);
// strip 'index.php?s='
break
;
default
:
throw
new
UserReportException
(
"Mode not implemented. internal render mode=
$mode
"
,
ERROR_UNKNOWN_MODE
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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