mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
added missing number from BugTracker ID preventing bug reports from being sent - oops
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2006 21ef857c-d57f-4fe0-8362-d861dc6d29cd
This commit is contained in:
@@ -105,7 +105,7 @@ namespace ProcessHacker
|
||||
wc.DownloadStringCompleted += new DownloadStringCompletedEventHandler(wc_DownloadStringCompleted);
|
||||
|
||||
NameValueCollection qc = new NameValueCollection();
|
||||
qc.Add("group_id", "24252"); //PH BugTracker ID: Required Do Not Change!
|
||||
qc.Add("group_id", "242527"); //PH BugTracker ID: Required Do Not Change!
|
||||
qc.Add("atid", "1119665"); //PH BugTracker ID: Required Do Not Change!
|
||||
qc.Add("func", "postadd"); //PH BugTracker Function: Required Do Not Change!
|
||||
qc.Add("category_id", "100"); //100 = null
|
||||
|
||||
Reference in New Issue
Block a user