From 7a19d509b180ae11be65320fc91df598bd32c6bb Mon Sep 17 00:00:00 2001 From: Pavel Shevaev Date: Thu, 2 May 2024 16:53:20 +0300 Subject: [PATCH] PHP7 related fixes --- config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.inc.php b/config.inc.php index bca5284..2f83281 100644 --- a/config.inc.php +++ b/config.inc.php @@ -445,7 +445,7 @@ function config_load_includes_map(?string $file = null) : array { return _config_load_includes_map($file); } - catch(Exception) + catch(Exception $e) {} usleep(100); echo "Reading includes file '$file' next attempt (left $attempts) ...\n";