Removed this as it prevents adding to the array by resetting the value back to 0.

This commit is contained in:
FusionPBX 2022-02-04 11:39:49 -07:00 committed by GitHub
parent 85379c07b5
commit 15977eff35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -959,7 +959,6 @@ if (!class_exists('destinations')) {
$i++;
}
$i = 0;
unset($text);
}
}