diff --git a/libraries/common.lib.php b/libraries/common.lib.php index 0037ddf4f..6e848f5ba 100644 --- a/libraries/common.lib.php +++ b/libraries/common.lib.php @@ -2229,7 +2229,10 @@ if (typeof(document.getElementById) != 'undefined' /** * Function added to avoid path disclosures. * Called by each script that needs parameters, it displays - * an error message and, by defaults, stops the execution. + * an error message and, by default, stops the execution. + * + * Not sure we could use a strMissingParameter message here, + * would have to check if the error message file is always available * * @param array The names of the parameters needed by the calling * script.