Index: trunk/core/kernel/utility/event.php =================================================================== diff -u -r1560 -r3368 --- trunk/core/kernel/utility/event.php (.../event.php) (revision 1560) +++ trunk/core/kernel/utility/event.php (.../event.php) (revision 3368) @@ -207,9 +207,10 @@ * @access public * @return kDBBase */ - function &getObject($params=Array()) + function &getObject($params = Array()) { - return $this->Application->recallObject($this->Prefix_Special,$this->pseudoClass,$params); + $object =& $this->Application->recallObject($this->Prefix_Special, $this->pseudoClass, $params); + return $object; } /**