diff --git a/module/doc/view/tablecontents.html.php b/module/doc/view/tablecontents.html.php index c990c5fcfe..4493c1f363 100644 --- a/module/doc/view/tablecontents.html.php +++ b/module/doc/view/tablecontents.html.php @@ -23,7 +23,7 @@ doc->featureBar['tableContents'] as $barType => $barName):?> - createLink('doc', $app->rawMethod, $linkParams), "{$barName}" . ($active ? " {$pager->recTotal}" : ''), '', "class='btn btn-link $active' id='{$barType}Tab'");?> + createLink($app->rawModule, $app->rawMethod, $linkParams), "{$barName}" . ($active ? " {$pager->recTotal}" : ''), '', "class='btn btn-link $active' id='{$barType}Tab'");?> doc->searchDoc;?>