Skip to content

Commit

Permalink
Removed line
Browse files Browse the repository at this point in the history
  • Loading branch information
GodMod committed Jun 1, 2018
1 parent f783d9c commit 25b2870
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nextevents_portal.class.php
Expand Up @@ -156,7 +156,6 @@ public function output() {
$guestarray = $this->pdh->get('calendar_raids_guests', 'members', array($eventid));
if(is_array($guestarray)){
foreach($guestarray as $guest_row){
$guests[] = $guest_row['name'];
$statusid = intval($guest_row['status']);
$guests[$statusid] = $guests[$statusid] + 1;
}
Expand Down

0 comments on commit 25b2870

Please sign in to comment.