From 7993614724127bb7d7fff8b08e8d2d42029a1bd2 Mon Sep 17 00:00:00 2001 From: Yuan Chiu Date: Mon, 26 Jan 2015 16:30:58 +0800 Subject: [PATCH] =?UTF-8?q?Fix=20Target=20Class:=20=E6=89=8B=E8=AA=A4?= =?UTF-8?q?=E7=A0=8D=E5=88=B0=E4=B8=80=E5=80=8B=E5=AD=97=E6=AF=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/lib/Target/Target.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/lib/Target/Target.php b/htdocs/lib/Target/Target.php index 37994a1..818689d 100644 --- a/htdocs/lib/Target/Target.php +++ b/htdocs/lib/Target/Target.php @@ -280,7 +280,7 @@ class Target { * @return int 學習標的目前人數 * @since 2.0.0 */ - public unction addMj($number){ + public function addMj($number){ $setedNum = $this->queryResultArray['Mj']+$number; if($setedNum < 0) $setedNum = 0; $this->setUpdate('Mj', $setedNum);