Index: branches/RC/core/kernel/db/db_event_handler.php =================================================================== diff -u -N -r11758 -r11759 --- branches/RC/core/kernel/db/db_event_handler.php (.../db_event_handler.php) (revision 11758) +++ branches/RC/core/kernel/db/db_event_handler.php (.../db_event_handler.php) (revision 11759) @@ -230,7 +230,7 @@ } else { // if selected ids are not yet stored $this->StoreSelectedIDs($event); - return $this->Application->GetVar($event->getPrefixSpecial(true).'_id'); // StoreSelectedIDs sets this variable + return $this->Application->GetVar($event->getPrefixSpecial().'_id'); // StoreSelectedIDs sets this variable } return $ret;