HOR-2689 Removed instances of LoadSystem, LoadThirdParty
This commit is contained in:
committed by
davidcallizaya
parent
60efcf7ac7
commit
5d3a4c073f
@@ -153,7 +153,7 @@ class ReportTable extends BaseReportTable
|
||||
|
||||
$sDataBase = 'database_' . strtolower( DB_ADAPTER );
|
||||
if (G::LoadSystemExist( $sDataBase )) {
|
||||
G::LoadSystem( $sDataBase );
|
||||
|
||||
$oDataBase = new database();
|
||||
$oValidate = $oDataBase->getValidate( $this->validate() );
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user