From: Evan Prodromou Date: Wed, 7 Mar 2012 21:58:32 +0000 (-0600) Subject: Correctly pass notice to Spam_score::save() X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1573b5d1320ba633e411a4750ae93f9c122cb76a;p=quix0rs-gnu-social.git Correctly pass notice to Spam_score::save() --- diff --git a/train.php b/train.php index 3a31a4e194..f5c82361cc 100644 --- a/train.php +++ b/train.php @@ -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