tormec / AcMenu

DokuWiki plugin which provides an accordion menu for namespaces and relative pages.
https://www.dokuwiki.org/plugin:acmenu
1 stars 3 forks source link

Namespace called 0 is removed from menu and caueses error #1

Closed tormec closed 4 years ago

tormec commented 4 years ago

foo:0:start becomes foo:start and causes infinite loop ending with a PHP error.

The reason is that array_filter() called here https://github.com/tormec/AcMenu/blob/3f7d11e9b61146ae58a618c09aa114508022d26a/syntax.php#L289 and here https://github.com/tormec/AcMenu/blob/3f7d11e9b61146ae58a618c09aa114508022d26a/syntax.php#L309 remove false entries.