From d848c6aacdf2715ef297d83155a9d04493a11de5 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 28 Aug 2017 09:37:49 -0600 Subject: [PATCH] Update registrations.php --- app/registrations/resources/classes/registrations.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/registrations/resources/classes/registrations.php b/app/registrations/resources/classes/registrations.php index f0f409827d..d221bef10b 100644 --- a/app/registrations/resources/classes/registrations.php +++ b/app/registrations/resources/classes/registrations.php @@ -140,6 +140,7 @@ if (!class_exists('registrations')) { //increment the array id $id++; } + unset($array); } }