diff --git a/module/qa/control.php b/module/qa/control.php index 67d3598b54..6ac064aa54 100644 --- a/module/qa/control.php +++ b/module/qa/control.php @@ -11,8 +11,14 @@ */ class qa extends control { + /** + * The index of qa, go to bug's browse page. + * + * @access public + * @return void + */ public function index() { - $this->locate($this->createLink('bug', 'index')); + $this->locate($this->createLink('bug', 'browse')); } }