Fixed issue with new payload-format in Github Service Hook data
Created by: 01-Scripts
While trying to get the MantisBT service hook on Github working together with my mantisbt installation (including source-integration), I think I recognized that the submitted data of the service hook has changed.
Right now the following data is submitted during the hook: https://github.com/downloads/01-Scripts/source-integration/payload_data_array.txt
I'm attaching some code-changes that solved the problem for me. Maybe someone can check the changes.