+ add the create method of testtask.

This commit is contained in:
wangchunsheng
2010-02-01 09:22:44 +00:00
parent 5cca37c0d0
commit 90e90fd150

View File

@@ -145,6 +145,7 @@ $lang->resource->testcase->view = 'view';
$lang->resource->testcase->edit = 'edit';
$lang->resource->testtask->index = 'index';
$lang->resource->testtask->create = 'create';
$lang->resource->testtask->browse = 'browse';
$lang->resource->testtask->view = 'view';
$lang->resource->testtask->edit = 'edit';