Module-Theme: TopMenu invalid type of value returned #24251
Labels
Fixed in 2.3.x
The issue has been fixed in 2.3 release line
Issue: Format is valid
Gate 1 Passed. Automatic verification of issue format passed
#22849 # Preconditions (*)
Steps to reproduce (*)
Expected result (*)
Actual result (*)
Also added an fix pull request; Which will be linked to this issue.
The issue is that in the topmenu building a submenu, it goes to an function which builds an array of _columnBrake.
Only if $total <= $limit then the return is void; aka null. The _getHtml needs an Array, but gets Null; This results in fatal error.
The text was updated successfully, but these errors were encountered: