Skip to content
Snippets Groups Projects
Commit ebd847d7 authored by Paul-Christian Volkmer's avatar Paul-Christian Volkmer
Browse files

Fixed array index out of bounds error

Since array should contain (see: deleteCascading(final Session session)):
0 => content (aka question)
1 => answer
2 => comment
same index should be used for logging. Accessing index 1,2 and 3 will
cause an index out of bound error.
parent c171a64e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment