Skip to content

Commit

Permalink
Reset array
Browse files Browse the repository at this point in the history
  • Loading branch information
GodMod committed Jan 5, 2020
1 parent bfdbd1a commit 059875e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ public function init(){
$buyer = $this->pdh->get('member', 'mainid', array($tmp_buyer));
$raid_id = $this->pdh->get('item', 'raid_id', array($item_id));
$tmp_raid_attendees = $this->pdh->get('raid', 'raid_attendees', array($raid_id));
$raid_attendees = array();
foreach($tmp_raid_attendees as $key => $value){
$raid_attendees[] = $this->pdh->get('member', 'mainid', array($value));
}
Expand Down

0 comments on commit 059875e

Please sign in to comment.