diff options
Diffstat (limited to 'framework/Data/Common/TDbCommandBuilder.php')
-rw-r--r-- | framework/Data/Common/TDbCommandBuilder.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/Data/Common/TDbCommandBuilder.php b/framework/Data/Common/TDbCommandBuilder.php index 2e772e73..67625dba 100644 --- a/framework/Data/Common/TDbCommandBuilder.php +++ b/framework/Data/Common/TDbCommandBuilder.php @@ -30,7 +30,6 @@ class TDbCommandBuilder extends TComponent */ public function __construct($connection=null, $tableInfo=null) { - parent::__construct(); $this->setDbConnection($connection); $this->setTableInfo($tableInfo); } |