Index: branches/5.3.x/core/kernel/utility/temp_handler.php =================================================================== diff -u -N -r15731 -r15810 --- branches/5.3.x/core/kernel/utility/temp_handler.php (.../temp_handler.php) (revision 15731) +++ branches/5.3.x/core/kernel/utility/temp_handler.php (.../temp_handler.php) (revision 15810) @@ -1,6 +1,6 @@ _tables = new kTempHandlerTopTable($prefix, $ids); - $this->_tables->setParentEvent($this->parentEvent); + + if ( is_object($this->parentEvent) ) { + $this->_tables->setParentEvent($this->parentEvent); + } } /**