Index: trunk/kernel/frontaction.php =================================================================== diff -u -r1566 -r2131 --- trunk/kernel/frontaction.php (.../frontaction.php) (revision 1566) +++ trunk/kernel/frontaction.php (.../frontaction.php) (revision 2131) @@ -841,7 +841,7 @@ { if($Event->Get("Enabled")=="1") { - $Event->Item = $this; + $Event->Item = null; $Event->SendToAddress($email); $sql = "INSERT INTO ".GetTablePrefix()."SuggestMail (email,sent) VALUES ('".$email."','".time()."')";