From 9b459de5742e101a34f760ab63b29bea9ddfdf5f Mon Sep 17 00:00:00 2001 From: Banana Date: Mon, 15 Apr 2024 13:15:56 +0200 Subject: [PATCH] cleanup Signed-off-by: Banana --- webclient/lib/summoner.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webclient/lib/summoner.class.php b/webclient/lib/summoner.class.php index 9732707..5a173dc 100644 --- a/webclient/lib/summoner.class.php +++ b/webclient/lib/summoner.class.php @@ -436,7 +436,7 @@ class Summoner { return isset($array[$key]) ? $array[$key] : false; } } - + /** * Replace in $haystack the $needle with $replace only once * -- 2.39.5