mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-20 09:56:32 +00:00
Fix Class 'Parsedown' not found
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user