Index: branches/5.3.x/core/kernel/utility/temp_handler.php =================================================================== diff -u -N -r15932 -r15947 --- branches/5.3.x/core/kernel/utility/temp_handler.php (.../temp_handler.php) (revision 15932) +++ branches/5.3.x/core/kernel/utility/temp_handler.php (.../temp_handler.php) (revision 15947) @@ -1,6 +1,6 @@ _foreignKey) ) { + $this->_multipleParents = true; + $this->_foreignKey = reset($this->_foreignKey); + } + + if ( is_array($this->_parentTableKey) ) { + $this->_parentTableKey = reset($this->_parentTableKey); + } + $this->_setAsLastUsed(); $this->_addSubTables(); }