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
ef2f8412
Commit
ef2f8412
authored
Jan 30, 2016
by
Carsten Rose
Browse files
Sip: extended error message
parent
4014a4c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
qfq/store/Sip.php
View file @
ef2f8412
...
...
@@ -224,7 +224,7 @@ class Sip {
# Check if index 's' exists.
if
(
!
isset
(
$_SESSION
[
$s
]))
{
throw
new
UserException
(
"SIP '
$s
' not registered - please reload the previous site."
,
ERROR_SIP_NOT_FOUND
);
throw
new
UserException
(
"SIP '
$s
' not registered - please reload the previous site
and try again
."
,
ERROR_SIP_NOT_FOUND
);
}
// Decode parameter
...
...
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