We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f32c47 commit f0b6df8Copy full SHA for f0b6df8
1 file changed
src/admin/invites.php
@@ -47,10 +47,10 @@
47
}
48
if (Util::securevar($_SERVER['REQUEST_METHOD']) === 'POST') {
49
if (isset($_POST['flushInvs'])) {
50
- $delinv = Util::securevar($_POST['flushInvs']);
+ $flushinvs = Util::securevar($_POST['flushInvs']);
51
52
53
- if (isset($delinv)) {
+ if (isset($flushinvs)) {
54
Util::adminCheck();
55
$admin->flushInvCode();
56
0 commit comments