diff --git a/lua/cfc_http_restrictions/wraps/html.lua b/lua/cfc_http_restrictions/wraps/html.lua
index f299ce5..051f883 100644
--- a/lua/cfc_http_restrictions/wraps/html.lua
+++ b/lua/cfc_http_restrictions/wraps/html.lua
@@ -1,4 +1,4 @@
-local function wrapHTMLPanel( panelName, errorOnMissing )
+local function wrapHTMLPanel( panelName )
print( "Wrapping SetHTML and OpenURL for " .. panelName )
local funcName = function( functionName )
return "_" .. panelName .. "_" .. functionName