Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BUGFIX] Fix unsafe array access for 'reverse' argument (#1778)
The `reverse` ViewHelper argument is not initialized by `AbstractMenuViewHelper` and not by any other MenuViewhelper that is distributed with EXT:vhs. So most of the times -if not always- `$this->arguments` won't have the `reverse` key and we fall back to `false` which is also the default value of `getRooline()`s 2nd argument.
- Loading branch information