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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user