Fixed GetParam call in the notes module.

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1940 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
cflakes
2010-04-25 20:37:24 +00:00
parent ccad15f8f9
commit b7601d3119
+1 -1
View File
@@ -173,7 +173,7 @@ public:
return true;
} else if (sPageName == "delnote") {
DelNote(WebSock.GetParam("key"));
DelNote(WebSock.GetParam("key", false));
WebSock.Redirect("/mods/notes/");
return true;
} else if (sPageName == "addnote") {