diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2016-04-08 11:02:26 +0200 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2016-04-08 11:52:17 +0200 |
commit | 8a58971e4f9fec9e17a1817de7949326681d8de4 (patch) | |
tree | 4060fa306e48874ec82ec9d840eca46a729682e8 /framework/Data/SqlMap/Statements/TMappedStatement.php | |
parent | 6b8e6601752b21a8a96c385a5529bbec7bb2b408 (diff) |
Possible fix for #585
Diffstat (limited to 'framework/Data/SqlMap/Statements/TMappedStatement.php')
-rw-r--r-- | framework/Data/SqlMap/Statements/TMappedStatement.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/Data/SqlMap/Statements/TMappedStatement.php b/framework/Data/SqlMap/Statements/TMappedStatement.php index 0883564f..abade1b2 100644 --- a/framework/Data/SqlMap/Statements/TMappedStatement.php +++ b/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(); } |