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
08b59c0a
Commit
08b59c0a
authored
Apr 21, 2017
by
Carsten Rose
Browse files
Link.php: precise error message
parent
d46e131a
Changes
1
Hide whitespace changes
Inline
Side-by-side
extension/qfq/qfq/report/Link.php
View file @
08b59c0a
...
...
@@ -437,7 +437,7 @@ class Link {
$type
=
$this
->
tokenMapping
[
$key
];
if
(
isset
(
$flagArray
[
$type
]))
{
throw
new
UserReportException
(
"Multiple definitions of url/mail/page or picture"
,
ERROR_MULTIPLE_DEFINITION
);
throw
new
UserReportException
(
"Multiple definitions of url/mail/page
/download
or picture"
,
ERROR_MULTIPLE_DEFINITION
);
}
$flagArray
[
$type
]
=
true
;
...
...
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