mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
parent
0f1983fb25
commit
370bfca6e6
@ -62,7 +62,6 @@ class DocParser
|
||||
'level' => 0,
|
||||
'node' => new DocToc()
|
||||
));
|
||||
$itemPriority = 1;
|
||||
foreach ($fileInfos as $fileInfo) {
|
||||
try {
|
||||
$fileObject = $fileInfo->openFile();
|
||||
@ -97,7 +96,6 @@ class DocParser
|
||||
(object) array(
|
||||
'id' => $id,
|
||||
'title' => $header,
|
||||
'priority' => $itemPriority++, // Post-increment is on purpose
|
||||
'nofollow' => $nofollow
|
||||
)
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user