Tribe_Meta_Box::fix_file_array()

Method: Fixes the odd indexing of multiple file uploads from the format: $_FILES[‘field’][‘key’][‘index’] To the more standard and appropriate: $_FILES[‘field’][‘index’][‘key’]