Correctly pass notice to Spam_score::save()

This commit is contained in:
Evan Prodromou 2012-03-07 15:58:32 -06:00
parent 495880c817
commit 1573b5d132
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ class TrainAction extends Action
// Update or insert
$score = Spam_score::save($notice, $result);
$score = Spam_score::save($this->notice, $result);
// Show new toggle form