Skip to content
Snippets Groups Projects
Commit ef2f8412 authored by Carsten  Rose's avatar Carsten Rose
Browse files

Sip: extended error message

parent 4014a4c0
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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