From 2e7552391c7b4aebcecced7513e0503a11ebd38a Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Fri, 21 Feb 2025 10:14:21 +0100 Subject: [PATCH] Escape invalid module name in error messages --- .../views/scripts/config/module-configuration-error.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/views/scripts/config/module-configuration-error.phtml b/application/views/scripts/config/module-configuration-error.phtml index 85fb128f5..9d8980e03 100644 --- a/application/views/scripts/config/module-configuration-error.phtml +++ b/application/views/scripts/config/module-configuration-error.phtml @@ -6,7 +6,7 @@ tabs->render($this); ?>
-

Could not module ""

+

Could not module "escape($moduleName); ?>"

While operation the following error occurred: