diff --git a/modules/consent/dictionaries/consent.translation.json b/modules/consent/dictionaries/consent.translation.json index 26f5cacc099344753d61843f007d3c6d449267c1..cbd41ec6a360dd1f05eeda9ee6ba2e365a1123c4 100644 --- a/modules/consent/dictionaries/consent.translation.json +++ b/modules/consent/dictionaries/consent.translation.json @@ -640,7 +640,7 @@ "sv": "Anv\u00e4ndarinformation", "es": "Informaci\u00f3n del usuario", "de": "Benutzerdaten", - "nl": "Gerbuikersinformatie", + "nl": "Gebruikersinformatie", "sl": "Podatki o uporabniku", "da": "Bruger information", "hu": "Felhaszn\u00e1l\u00f3i inform\u00e1ci\u00f3k", @@ -758,5 +758,4 @@ "da": "Afbryd login til SPNAME", "af": "Kanseleer aanmelding na SPNAME", "el": "\u0391\u03ba\u03cd\u03c1\u03c9\u03c3\u03b7 \u03b5\u03b9\u03c3\u03cc\u03b4\u03bf\u03c5 \u03c3\u03c4\u03b7\u03bd \u03c5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b1 SPNAME" - } -} + } \ No newline at end of file diff --git a/www/_include.php b/www/_include.php index a1bbe0e98d1d285394058fb8edea032acfdd021b..78451ee31db218f69dae7f1d2a514d63eb5c0084 100644 --- a/www/_include.php +++ b/www/_include.php @@ -53,7 +53,8 @@ function SimpleSAML_error_handler($errno, $errstr, $errfile = null, $errline = 0 } // show an error with a full backtrace - $e = new \SimpleSAML\Error\Exception('Error '.$errno.' - '.$errstr); + $context = (is_null($errfile)?'':" at $errfile:$errline") . (is_null($errcontext)?'':" $errcontext"); + $e = new \SimpleSAML\Error\Exception('Error '.$errno.' - '.$errstr . $context); $e->logError(); // resume normal error processing