* add comment to qa module.

* locate the qa's index page to bug's browse page.
This commit is contained in:
wangchunsheng
2010-11-19 03:40:35 +00:00
parent 72fd2e9969
commit e5fae14efc

View File

@@ -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'));
}
}