fix MAX_SCALE constant

This commit is contained in:
Evan Prodromou 2012-03-04 08:49:07 -06:00
parent fb64cb63b6
commit ec7a3c80e5
1 changed files with 1 additions and 1 deletions

View File

@ -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