Skip to content
Snippets Groups Projects
Commit ceb8d9a4 authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: defined preg delimiter used in preg_quote function

parent df5eedc5
No related branches found
No related tags found
No related merge requests found
......@@ -962,7 +962,7 @@ class CMailFile
if (file_exists($images_dir.'/'.$img))
{
// Image path in src
$src = preg_quote($full);
$src = preg_quote($full,'/');
// Image full path
$this->html_images[$i]["fullpath"] = $images_dir.'/'.$img;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment