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