1
0
mirror of https://github.com/typemill/typemill.git synced 2025-07-31 03:10:19 +02:00

2.4.0 Fix navigation path instead url

This commit is contained in:
trendschau
2024-04-15 13:42:03 +02:00
parent d228afc63d
commit e735c54cfd

View File

@@ -157,7 +157,7 @@ class Navigation extends Folder
return false;
}
$foldername = $this->getFirstUrlSegment($pageinfo['path']);
$foldername = $this->getNaviFileNameForPath($pageinfo['path']);
$draftNavigation = $this->getDraftNavigation($urlinfo, $langattr, $foldername);
if(!$draftNavigation)