From f68bbd56290e5958ddf15a416b2a5260d8dce7b8 Mon Sep 17 00:00:00 2001 From: prozacx Date: Sun, 19 Feb 2006 04:13:03 +0000 Subject: [PATCH] Changed param name to match change in tmpl files git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@660 726aef4b-f618-498e-8847-2d620e286838 --- modules/webadmin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/webadmin.cpp b/modules/webadmin.cpp index 1df17697..730ce642 100644 --- a/modules/webadmin.cpp +++ b/modules/webadmin.cpp @@ -373,7 +373,7 @@ bool CWebAdminSock::OnPageRequest(const CString& sURI, CString& sPageRet) { return true; } - CChan* pChan = m_pUser->FindChan(GetParam("chan")); + CChan* pChan = m_pUser->FindChan(GetParam("name")); if (!pChan) { GetErrorPage(sPageRet, "No such channel"); return true;