yingzi vor 3 Jahren
Ursprung
Commit
4f0d1d40ab
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      Util/Common/PartnerTools.Class.php

+ 1 - 1
Util/Common/PartnerTools.Class.php

@@ -13,7 +13,7 @@ class PartnerTools{
         $this->enterpriseId = $enterpriseId;
         $this->enterpriseId = $enterpriseId;
         $this->dbCustomer = new DCustomer('default');
         $this->dbCustomer = new DCustomer('default');
         $tableName = $this->dbCustomer->getTableName($this->dbCustomer->get_Table(), $this->enterpriseId, $this->cutTable);
         $tableName = $this->dbCustomer->getTableName($this->dbCustomer->get_Table(), $this->enterpriseId, $this->cutTable);
-        $this->objDCustomer->setTable($tableName);
+        $this->dbCustomer->setTable($tableName);
     }
     }