From bd075825603ec18a3886abb05ac7f8b58a113e12 Mon Sep 17 00:00:00 2001 From: Nate Date: Sat, 5 Oct 2019 09:50:28 -0600 Subject: [PATCH] Dialplans: Fix check all. --- app/dialplans/dialplans.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/dialplans/dialplans.php b/app/dialplans/dialplans.php index 6fb8dfbcb5..a245a25479 100644 --- a/app/dialplans/dialplans.php +++ b/app/dialplans/dialplans.php @@ -405,7 +405,6 @@ $c = $c == 0 ? 1 : 0; } } - unset($dialplans, $row); echo "\n"; echo "\n"; @@ -458,6 +457,9 @@ echo "\n"; } } + + unset($dialplans, $row); + //include the footer require_once "resources/footer.php";