summaryrefslogtreecommitdiff
path: root/framework/Data/SqlMap/Configuration/TResultProperty.php
diff options
context:
space:
mode:
authorctrlaltca@gmail.com <>2011-05-21 19:29:39 +0000
committerctrlaltca@gmail.com <>2011-05-21 19:29:39 +0000
commit5eeeeeb96db991f0500881190e321aba8efc8891 (patch)
tree5df008541881af330178931f9bcfab5754dafe04 /framework/Data/SqlMap/Configuration/TResultProperty.php
parent0892b27e326f14bd3f6229b55077ef5f9d5280b4 (diff)
remove spurious parent::__construct() added in r2880
Diffstat (limited to 'framework/Data/SqlMap/Configuration/TResultProperty.php')
-rw-r--r--framework/Data/SqlMap/Configuration/TResultProperty.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/Data/SqlMap/Configuration/TResultProperty.php b/framework/Data/SqlMap/Configuration/TResultProperty.php
index 24401812..abeeceb9 100644
--- a/framework/Data/SqlMap/Configuration/TResultProperty.php
+++ b/framework/Data/SqlMap/Configuration/TResultProperty.php
@@ -57,7 +57,6 @@ class TResultProperty extends TComponent
*/
public function __construct($resultMap=null)
{
- parent::__construct();
if($resultMap instanceof TResultMap)
$this->_hostResultMapID = $resultMap->getID();
}