Update registrations.php

This commit is contained in:
FusionPBX 2017-08-28 09:37:49 -06:00 committed by GitHub
parent f4f0ef5626
commit d848c6aacd
1 changed files with 1 additions and 0 deletions

View File

@ -140,6 +140,7 @@ if (!class_exists('registrations')) {
//increment the array id
$id++;
}
unset($array);
}
}