From: Evan Prodromou Date: Sun, 4 Mar 2012 14:49:07 +0000 (-0600) Subject: fix MAX_SCALE constant X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ec7a3c80e565831e5ffad3f690017583e92b8507;p=quix0rs-gnu-social.git fix MAX_SCALE constant --- 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