diff options
author | ctrlaltca@gmail.com <> | 2011-05-21 19:29:39 +0000 |
---|---|---|
committer | ctrlaltca@gmail.com <> | 2011-05-21 19:29:39 +0000 |
commit | 5eeeeeb96db991f0500881190e321aba8efc8891 (patch) | |
tree | 5df008541881af330178931f9bcfab5754dafe04 /framework/Data/Common/TDbCommandBuilder.php | |
parent | 0892b27e326f14bd3f6229b55077ef5f9d5280b4 (diff) |
remove spurious parent::__construct() added in r2880
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); } |