Adds missing brace

This commit is contained in:
Simon Welsh 2012-11-14 23:06:26 +13:00
parent 0eadf2d174
commit 6df20c1f73

View File

@ -577,6 +577,7 @@ class DocumentationViewer extends Controller {
if ($page->getRelativeLink() == $this->Remaining[$level]) {
$page->LinkingMode = 'current';
}
}
}
return false;