Skip to content

Commit

Permalink
Fixed fatal error on members/include/events/manage.php
Browse files Browse the repository at this point in the history
  • Loading branch information
deepend-tildeclub committed Jan 30, 2024
1 parent 581f71c commit 574c27f
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 574c27f

Please sign in to comment.