Skip to content

Commit 1c938fc

Browse files
authored
Update raids_list.php
Initialize keys array
1 parent e017eff commit 1c938fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mods/raids_list.php

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
$raid = get_raid($raidId);
1818

1919
// Create keys array.
20+
$keys = [];
2021
// Probably unused feature. Will fix if someone needs this
2122
// $keys[][] = button(getTranslation('expand'), ['vote_refresh', 'r' => $raid['id']]);
2223
if($botUser->raidaccessCheck($raidId, 'pokemon', true)) {

0 commit comments

Comments
 (0)