From 919dfe4a4a94f47e6ff96b54bd261d06e82743fc Mon Sep 17 00:00:00 2001 From: liumengyi Date: Tue, 31 Oct 2023 15:26:38 +0800 Subject: [PATCH] * Fix error. --- module/bug/config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/bug/config.php b/module/bug/config.php index cab32e534f..2aa956c7f8 100755 --- a/module/bug/config.php +++ b/module/bug/config.php @@ -143,6 +143,7 @@ $config->bug->actionList['edit']['text'] = $lang->bug->edit; $config->bug->actionList['edit']['hint'] = $lang->bug->edit; $config->bug->actionList['edit']['url'] = array('module' => 'bug', 'method' => 'edit', 'params' => 'bugID={id}'); +global $app; $config->bug->actionList['copy']['icon'] = 'copy'; $config->bug->actionList['copy']['text'] = $lang->bug->copy; $config->bug->actionList['copy']['hint'] = $lang->bug->copy;