From aed8933a7e82b7b76f340c15bb7dbc1d08b35124 Mon Sep 17 00:00:00 2001 From: vince Date: Fri, 24 Dec 2021 17:38:15 +0100 Subject: [PATCH] corrige une coquille --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 4f1ee7d..abf6104 100644 --- a/index.php +++ b/index.php @@ -51,7 +51,7 @@ function findNext($start, $frequency, $excludes = [], $maxIterations = 1000, $di } function findPrevious($start, $frequency, $excludes = [], $maxIterations = 1000) { - return findNext($start, $frequency, $excludes, $maxIterations, -1) { + return findNext($start, $frequency, $excludes, $maxIterations, -1); } define('CONFIG_FILE', __DIR__ . DIRECTORY_SEPARATOR . 'config.php');