Fix: defined preg delimiter used in preg_quote function
This commit is contained in:
parent
df5eedc567
commit
ceb8d9a43e
@ -962,7 +962,7 @@ class CMailFile
|
|||||||
if (file_exists($images_dir.'/'.$img))
|
if (file_exists($images_dir.'/'.$img))
|
||||||
{
|
{
|
||||||
// Image path in src
|
// Image path in src
|
||||||
$src = preg_quote($full);
|
$src = preg_quote($full,'/');
|
||||||
|
|
||||||
// Image full path
|
// Image full path
|
||||||
$this->html_images[$i]["fullpath"] = $images_dir.'/'.$img;
|
$this->html_images[$i]["fullpath"] = $images_dir.'/'.$img;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user