Skip to content

Commit

Permalink
closes #457
Browse files Browse the repository at this point in the history
  • Loading branch information
dergel committed Mar 14, 2024
1 parent 4d3c932 commit 14af486
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pages/docs.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
if (null !== $page) {
foreach ($mdFiles as $key => $mdFile) {
$keyWithoudPrio = mb_substr($key, 3);
$currenMDFileWithoudPrio = mb_substr($currenMDFile, 3);
$page->addSubpage(
(new rex_be_page($key, rex_i18n::msg('ycom_docs_' . $keyWithoudPrio)))
->setSubPath($mdFile)
Expand Down

0 comments on commit 14af486

Please sign in to comment.