Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rework code to remove confusing foreach loop when setting variable to…
… array item - the array only ever has one data item in it - the foreach loop was taking each item from the array, which was just the one item, and setting it to a different variable - the new code sets the variable to the first and only item in the array instead, without the need for a loop
- Loading branch information