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;