Skip to content

Commit

Permalink
Fixed error introduced during earlier refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanRibakov committed Jun 7, 2018
1 parent af9fbb2 commit 63dae06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ public void InitStudent(string studentKey){
dr ["LastState"] = _studentActionsModel.InitState;
dr ["VectorEventCount"] = 0;
} else {
object[] dr=new object[4];
object[] dr=new object[5];
dr [0] = studentKey;
dr [1] = _studentActionsModel.InitState;
dr [2] = 0;
Expand Down

0 comments on commit 63dae06

Please sign in to comment.