diff --git a/module/bug/view/browse.html.php b/module/bug/view/browse.html.php index d3cc21beee..85b6143b6c 100644 --- a/module/bug/view/browse.html.php +++ b/module/bug/view/browse.html.php @@ -190,7 +190,7 @@ js::set('customed', $customed); echo ""; $actionLink = $this->createLink('bug', 'batchEdit', "productID=$productID"); - $misc = common::hasPriv('task', 'batchEdit') ? "onclick=setFormAction('$actionLink')" : "disabled='disabled'"; + $misc = common::hasPriv('bug', 'batchEdit') ? "onclick=setFormAction('$actionLink')" : "disabled='disabled'"; echo "