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";