Ticket #204: Akismet-patch-for-jlog1.1.3.diff
| File Akismet-patch-for-jlog1.1.3.diff, 554 bytes (added by driehle, 3 years ago) |
|---|
-
AkismetPlugin.jplug.php
62 62 } 63 63 64 64 function hook_commentorMail($mail, $blog) { 65 if($this->actual_spam) $mail ['nomail'] = true;65 if($this->actual_spam) $mail->dropMail(); 66 66 return $mail; 67 67 } 68 68 69 69 function hook_adminMail($mail, $blog) { 70 if($this->actual_spam) $mail ['nomail'] = true;70 if($this->actual_spam) $mail->dropMail(); 71 71 return $mail; 72 72 } 73 73
