Index: branches/RC/core/kernel/db/db_tag_processor.php =================================================================== diff -u -r10752 -r10761 --- branches/RC/core/kernel/db/db_tag_processor.php (.../db_tag_processor.php) (revision 10752) +++ branches/RC/core/kernel/db/db_tag_processor.php (.../db_tag_processor.php) (revision 10761) @@ -2049,8 +2049,9 @@ */ function PresetFormFields($params) { - if (!$this->Application->GetVar($this->getPrefixSpecial(true) . '_event')) { - $this->Application->HandleEvent(new kEvent($this->getPrefixSpecial() . ':OnNew')); + $prefix = $this->getPrefixSpecial(); + if (!$this->Application->GetVar($prefix.'_event')) { + $this->Application->HandleEvent(new kEvent($prefix.':OnNew')); } }