mirror of
https://github.com/getgrav/grav.git
synced 2026-09-08 19:09:16 +02:00
if the input array looks like this:
array('valA','valB') (not a keyed array)
The return result before my change was:
array(array('valA'),array('valB'))
The return result after my change is:
array('valA','valB')