From 4f80efb47741d7664e800f3fbc7f64cfaf46833c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 2 Aug 2017 09:27:17 +0200 Subject: [PATCH] Remove no longer valid comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- libraries/classes/Util.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/libraries/classes/Util.php b/libraries/classes/Util.php index 4abaa866fe..786f755aa5 100644 --- a/libraries/classes/Util.php +++ b/libraries/classes/Util.php @@ -1965,9 +1965,6 @@ class Util * Called by each script that needs parameters, it displays * 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 string[] $params The names of the parameters needed by the calling * script *