From 7239d4fc5fb39e231c0bdf22bfdd2b461f3b28a0 Mon Sep 17 00:00:00 2001 From: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com> Date: Thu, 29 Oct 2020 15:32:41 +0100 Subject: [PATCH] typo in bind application polling (#12276) --- includes/polling/applications/bind.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/polling/applications/bind.inc.php b/includes/polling/applications/bind.inc.php index 3876757db1..5e008fb9e6 100644 --- a/includes/polling/applications/bind.inc.php +++ b/includes/polling/applications/bind.inc.php @@ -664,7 +664,7 @@ $fields = [ 'txt' => $nottxt, 'uri' => $noturi, 'dname' => $notdname, - 'nxdomin'=> $notnxdomain, + 'nxdomain'=> $notnxdomain, 'axfr' => $notaxfr, 'ixfr' => $notixfr, 'opt' => $notopt,