From c61319f75b74d6480bb2753677127e1768e38040 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Risto=20Nyk=C3=A4nen?= Date: Fri, 20 Dec 2024 13:07:45 +0200 Subject: [PATCH] code fixes --- hdbt.theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hdbt.theme b/hdbt.theme index 50922f95c..a193464d1 100644 --- a/hdbt.theme +++ b/hdbt.theme @@ -635,7 +635,7 @@ function hdbt_preprocess_block(&$variables): void { try { $params = $url->getRouteParameters(); } - catch(\Exception $e) { + catch (\Exception $e) { $params = []; }