Skip to content

Commit c20ab1f

Browse files
committed
More updates.
1 parent d026738 commit c20ab1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Users/UserStatistics.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,10 @@ public function removeStatistic($typeCode,$categoryCode)
145145
* Update a user statistic.
146146
*
147147
*/
148-
public function updateStatistic($fromTypeCode,$fromCategoryCode,$toTypeCode,$toCategoryCode,$segementType,$note)
148+
public function updateStatistic($fromTypeCode,$fromCategoryCode,$toTypeCode,$toCategoryCode,$segmentType,$note)
149149
{
150150
/* Remove "from" statistic, then add "to" statistic */
151-
$this->removeStatistic($fromTypeCode,$categoryCode);
151+
$this->removeStatistic($fromTypeCode,$fromCategoryCode);
152152
$this->addStatistic($toTypeCode,$toCategoryCode,$segmentType,$note);
153153
}
154154

0 commit comments

Comments
 (0)