From 4d02feae9d948b28ec24df42ebf498ec24beaae5 Mon Sep 17 00:00:00 2001 From: javalizard <> Date: Sun, 18 Apr 2010 04:37:36 +0000 Subject: Ensured parent::__construct calls within Testing --- framework/Testing/Data/Schema/TDbCommandBuilder.php | 1 + 1 file changed, 1 insertion(+) (limited to 'framework/Testing/Data/Schema/TDbCommandBuilder.php') diff --git a/framework/Testing/Data/Schema/TDbCommandBuilder.php b/framework/Testing/Data/Schema/TDbCommandBuilder.php index 7a196439..3bfb6b54 100755 --- a/framework/Testing/Data/Schema/TDbCommandBuilder.php +++ b/framework/Testing/Data/Schema/TDbCommandBuilder.php @@ -31,6 +31,7 @@ class TDbCommandBuilder extends TComponent */ public function __construct($schema) { + parent::__construct(); $this->_schema=$schema; $this->_connection=$schema->getDbConnection(); } -- cgit v1.2.3