From ab04e42c0bb67964ad2107e60d08d1a38cd04020 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Tue, 18 Apr 2023 14:44:27 +0800 Subject: [PATCH] * Fix bug #34316. --- module/doc/view/tablecontents.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;?>