From 5eeeeeb96db991f0500881190e321aba8efc8891 Mon Sep 17 00:00:00 2001 From: "ctrlaltca@gmail.com" <> Date: Sat, 21 May 2011 19:29:39 +0000 Subject: remove spurious parent::__construct() added in r2880 --- framework/Data/SqlMap/TSqlMapManager.php | 1 - 1 file changed, 1 deletion(-) (limited to 'framework/Data/SqlMap/TSqlMapManager.php') diff --git a/framework/Data/SqlMap/TSqlMapManager.php b/framework/Data/SqlMap/TSqlMapManager.php index 0af90a3d..fb534469 100644 --- a/framework/Data/SqlMap/TSqlMapManager.php +++ b/framework/Data/SqlMap/TSqlMapManager.php @@ -60,7 +60,6 @@ class TSqlMapManager extends TComponent */ public function __construct($connection=null) { - parent::__construct(); $this->_connection=$connection; $this->_mappedStatements=new TMap; -- cgit v1.2.3