Index: branches/RC/core/kernel/db/db_tag_processor.php =================================================================== diff -u -N -r11107 -r11267 --- branches/RC/core/kernel/db/db_tag_processor.php (.../db_tag_processor.php) (revision 11107) +++ branches/RC/core/kernel/db/db_tag_processor.php (.../db_tag_processor.php) (revision 11267) @@ -1912,7 +1912,7 @@ { $object =& $this->Application->recallObject($this->getPrefixSpecial(), $this->Prefix, $params); if (isset($params['requery']) && $params['requery']) { - $this->Application->HandleEvent($q_event, $this->getPrefixSpecial().':LoadItem'); + $this->Application->HandleEvent($q_event, $this->getPrefixSpecial().':LoadItem', $params); } return $object; }