Fix Class 'Parsedown' not found

This commit is contained in:
FusionPBX
2026-01-30 05:40:12 -07:00
committed by GitHub
parent 784a23951f
commit 4c783493bb

View File

@@ -243,6 +243,7 @@ class call_recordings {
$transcript_summary = $params['transcript_summary'] ?? '';
//format the call recording transcript summary
require_once "resources/classes/parsedown.php";
$parsedown = new Parsedown();
$parsedown->setSafeMode(true);
$parsedown->setMarkupEscaped(true);