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

View File

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