diff options
Diffstat (limited to 'framework/Testing/Data/TDbCommand.php')
-rwxr-xr-x | framework/Testing/Data/TDbCommand.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/Testing/Data/TDbCommand.php b/framework/Testing/Data/TDbCommand.php index 9a1bb5b7..dd3a9fe6 100755 --- a/framework/Testing/Data/TDbCommand.php +++ b/framework/Testing/Data/TDbCommand.php @@ -47,7 +47,6 @@ class TDbCommand extends TComponent */ public function __construct(TDbConnection $connection,$text) { - parent::__construct(); $this->_connection=$connection; $this->setText($text); } |