Skip to content

Commit

Permalink
Fixes fatal error when loading the forum/unread.php page. (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
deepend-tildeclub authored Jan 30, 2024
1 parent d39db40 commit be5de5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/forum/unread.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
$NUM_PER_PAGE = 25;
}

$arrTopics = [];

$seenTopicsSQL = "SELECT forumtopic_id FROM ".$dbprefix."forum_topicseen WHERE member_id = '".$memberInfo['member_id']."'";

Expand Down

0 comments on commit be5de5f

Please sign in to comment.