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";