From e805057e34fbd64fffe81a23e8e6c82881eff60a Mon Sep 17 00:00:00 2001 From: prozacx Date: Mon, 20 Feb 2006 18:52:53 +0000 Subject: [PATCH] Fixed delchan param to match templates git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@667 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 d8182b3c..3a0629e1 100644 --- a/modules/webadmin.cpp +++ b/modules/webadmin.cpp @@ -687,7 +687,7 @@ bool CWebAdminSock::ChanPage(CString& sPageRet, CChan* pChan) { } bool CWebAdminSock::DelChan(CString& sPageRet) { - CString sChan = GetParam("chan"); + CString sChan = GetParam("name"); if (!m_pUser) { GetErrorPage(sPageRet, "That user doesn't exist");