Skip to content

Commit

Permalink
Add list count to medal_bronze
Browse files Browse the repository at this point in the history
  • Loading branch information
bjrambo committed Jan 1, 2021
1 parent 074ee18 commit 916cb5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions experience.admin.controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ function procExperienceAdminSyncMedal()
$args = new stdClass();
$args->regdate = $prevMonth;
$args->exception_member = $config->exception_member;
$args->list_count = $config->medal_bronze;
$MonthOutput = executeQuery('experience.getMonthRank', $args);
$rankCount = 1;

Expand Down
1 change: 1 addition & 0 deletions experience.controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,7 @@ public function giftAllMemberMedal()
$args = new stdClass();
$args->regdate = $prevMonth;
$args->exception_member = $config->exception_member;
$args->list_count = $config->medal_bronze;
$MonthOutput = executeQuery('experience.getMonthRank', $args);
$rankCount = 1;

Expand Down

0 comments on commit 916cb5f

Please sign in to comment.