diff --git a/module/repo/ui/linkbug.html.php b/module/repo/ui/linkbug.html.php
index d12c00752e..8c7622f59a 100644
--- a/module/repo/ui/linkbug.html.php
+++ b/module/repo/ui/linkbug.html.php
@@ -45,7 +45,7 @@ div
)
);
$cols = array();
-foreach($config->release->dtable->defaultFields['linkBug'] as $field) $cols[$field] = zget($config->bug->dtable->fieldList, $field, array());
+foreach($config->release->dtable->defaultFields['linkBug']['bug'] as $field) $cols[$field] = zget($config->bug->dtable->fieldList, $field, array());
$cols['title']['data-toggle'] = '';
$cols['title']['link'] = array('module' => 'bug', 'method' => 'view', 'params' => 'bugID={id}', 'target' => '_blank');