diff options
Diffstat (limited to 'framework/Data/SqlMap/TSqlMapManager.php')
-rw-r--r-- | framework/Data/SqlMap/TSqlMapManager.php | 1 |
1 files changed, 0 insertions, 1 deletions
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;
|