From ef2f84128abf5d120f382e820991c9c40706d6da Mon Sep 17 00:00:00 2001 From: Carsten Rose <carsten.rose@math.uzh.ch> Date: Sat, 30 Jan 2016 17:34:15 +0100 Subject: [PATCH] Sip: extended error message --- qfq/store/Sip.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qfq/store/Sip.php b/qfq/store/Sip.php index 284fcab88..21decae1b 100644 --- a/qfq/store/Sip.php +++ b/qfq/store/Sip.php @@ -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 -- GitLab