We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e017eff commit 1c938fcCopy full SHA for 1c938fc
mods/raids_list.php
@@ -17,6 +17,7 @@
17
$raid = get_raid($raidId);
18
19
// Create keys array.
20
+$keys = [];
21
// Probably unused feature. Will fix if someone needs this
22
// $keys[][] = button(getTranslation('expand'), ['vote_refresh', 'r' => $raid['id']]);
23
if($botUser->raidaccessCheck($raidId, 'pokemon', true)) {
0 commit comments