forked from Wavyzz/dolibarr
Fix duplicate include.
This commit is contained in:
@@ -42,7 +42,7 @@ function dolMd2Html($content, $parser='parsedown',$replaceimagepath=null)
|
|||||||
}
|
}
|
||||||
if ($parser == 'parsedown')
|
if ($parser == 'parsedown')
|
||||||
{
|
{
|
||||||
include DOL_DOCUMENT_ROOT.'/includes/parsedown/Parsedown.php';
|
include_once DOL_DOCUMENT_ROOT.'/includes/parsedown/Parsedown.php';
|
||||||
$Parsedown = new Parsedown();
|
$Parsedown = new Parsedown();
|
||||||
$content = $Parsedown->text($content);
|
$content = $Parsedown->text($content);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user