Skip to content

Commit

Permalink
Fixed fatal error on members/include/events/manage.php (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
deepend-tildeclub authored Jan 30, 2024
1 parent 2c1702f commit 8623844
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/members/include/events/manage.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@

$intViewInvitesCID = $consoleObj->findConsoleIDByName("View Event Invitations");

$arrEvents = [];

$result = $mysqli->query("SELECT event_id FROM ".$dbprefix."events_members WHERE member_id = '".$memberInfo['member_id']."'");
while ($row = $result->fetch_assoc()) {
Expand Down

0 comments on commit 8623844

Please sign in to comment.