From db69b8718765ff386ccae7e5b7db42ee21f2dc30 Mon Sep 17 00:00:00 2001 From: Jarek Radosz Date: Wed, 22 Sep 2021 20:00:19 +0200 Subject: [PATCH] DEV: Fix theme qunit error messages (#14420) --- app/controllers/qunit_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/qunit_controller.rb b/app/controllers/qunit_controller.rb index 26a1160cb1b..309d2af8b20 100644 --- a/app/controllers/qunit_controller.rb +++ b/app/controllers/qunit_controller.rb @@ -31,7 +31,7 @@ class QunitController < ApplicationController end if param_key && theme.blank? - return render plain: "Can't find theme with #{param_key} #{params[param_key].inspect}", status: :not_found + return render plain: "Can't find theme with #{param_key} #{get_param(param_key).inspect}", status: :not_found end if !param_key