Skip to content

Commit 5d65ec2

Browse files
committed
missing tables declaration
1 parent db4d056 commit 5d65ec2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/testcases/testcaseCommands.class.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ function __construct(&$db,&$userObj,$tproject_id)
5151
$this->grants->requirement_mgmt = $this->grants->mgt_modify_req ||
5252
$this->grants->req_tcase_link_management;
5353

54+
$this->tables = $this->tcaseMgr->getDBTables(array('keywords','platforms'));
5455
}
5556

5657
function setTemplateCfg($cfg) {

0 commit comments

Comments
 (0)