Searched hist:de301a354732e40a219c0f1348df8b07abbfe5ec (Results 1 – 1 of 1) sorted by relevance
| /dokuwiki/inc/ |
| H A D | media.php | de301a354732e40a219c0f1348df8b07abbfe5ec Wed May 01 15:53:54 UTC 2024 Damien Regad <dregad@mantisbt.org> Fix display of media manager namespace hierarchy
When the media manager is called with ns parameter set to a value higher than the last namespace defined in the wiki, the non-existing namespace is not added to the hierarchy.
This behavior is not consistent with what happens when the namespace's name is lower. In this case, an entry is inserted in the tree at the appropriate location.
Fixed by appending the temporary namespace at the end of the tree if it was not inserted by the search loop.
Fixes #4276
|