Islandora-Labs / islandora_solution_pack_oralhistories

Adds all required Fedora objects to allow users to ingest and retrieve Oral Histories (video/audio) files through the Islandora interface
GNU General Public License v3.0
13 stars 23 forks source link

Fixes typo in array element syntax. See issue #105. #106

Closed MarcusBarnes closed 7 years ago

MarcusBarnes commented 7 years ago

What does this Pull Request do?

Fixes typo in array element syntax. See issue #105 and comment https://github.com/Islandora-Labs/islandora_solution_pack_oralhistories/commit/b00e7a21f3623386ae1a533d7beab5f3321e6d07#commitcomment-23315032.

How should this be tested?

Running php -l against includes/admin.form.inc in the command line will produce a parse error before the suggested typo fix and not produce syntax error afterwards.

Additional Notes:

Thank you Wit Meesangnil (@witt) for spotting the typo and bringing it to our attention.