Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We were using array_unshift on an associative array, which doesn't work, because the key doesn't get pushed onto the stack. Instead, we need to engage in a bit of hackery.
- Loading branch information