From ec7a3c80e565831e5ffad3f690017583e92b8507 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sun, 4 Mar 2012 08:49:07 -0600 Subject: [PATCH] fix MAX_SCALE constant --- Spam_score.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Spam_score.php b/Spam_score.php index 32eaba803a..4d2aef4152 100644 --- a/Spam_score.php +++ b/Spam_score.php @@ -46,7 +46,7 @@ if (!defined('STATUSNET')) { class Spam_score extends Managed_DataObject { - const MAX_SCALED = 10000; + const MAX_SCALE = 10000; public $__table = 'spam_score'; // table name public $notice_id; // int