Bug found in ConflictManager Plugin (1 Viewer)

samposoft

Portal Member
January 14, 2007
28
0
Home Country
Italy Italy
I have found an error in ConflictManager Plugin.

Error: "index of bouds exception"

File: ConflictManager.cs
Method: AssignSchedulesToCards

Line 266: foreach (Schedule assignedShedule in cardSchedules[card.IdCard])

Fix:
foreach (Schedule assignedShedule in cardSchedules[(int)cardno[card.IdCard]])

this appen when you remove and add TV cards.
 

Users who are viewing this thread

Top Bottom