From a4440ac4c32c3fd435ec9abe4181f8dac9353206 Mon Sep 17 00:00:00 2001 From: emkael Date: Thu, 7 Apr 2016 17:05:11 +0200 Subject: https://github.com/pradosoft/prado/issues/585 --- lib/prado/framework/Data/SqlMap/Statements/TMappedStatement.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/prado/framework') diff --git a/lib/prado/framework/Data/SqlMap/Statements/TMappedStatement.php b/lib/prado/framework/Data/SqlMap/Statements/TMappedStatement.php index 0883564..43f129f 100644 --- a/lib/prado/framework/Data/SqlMap/Statements/TMappedStatement.php +++ b/lib/prado/framework/Data/SqlMap/Statements/TMappedStatement.php @@ -919,7 +919,6 @@ class TMappedStatement extends TComponent implements IMappedStatement public function __wakeup() { - parent::__wakeup(); if (is_null($this->_selectQueue)) $this->_selectQueue = array(); } @@ -1233,4 +1232,3 @@ class TResultSetMapItemParameter extends TComponent return $this->_map; } } - -- cgit v1.2.3