mirror of
https://github.com/silverstripe/silverstripe-docsviewer
synced 2024-10-22 09:05:56 +00:00
Adds missing brace
This commit is contained in:
parent
0eadf2d174
commit
6df20c1f73
@ -577,6 +577,7 @@ class DocumentationViewer extends Controller {
|
|||||||
if ($page->getRelativeLink() == $this->Remaining[$level]) {
|
if ($page->getRelativeLink() == $this->Remaining[$level]) {
|
||||||
$page->LinkingMode = 'current';
|
$page->LinkingMode = 'current';
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user