Voicemail [Class]: Resolve fclose() error on null object.

This commit is contained in:
fusionate 2024-02-09 13:16:34 -07:00
parent cf51a862e7
commit 9b3eb31ac3
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

@ -929,7 +929,6 @@
flush(); // Free up memory. Otherwise large files will trigger PHP's memory limit.
}
fclose($fp);
}