* Modify editor saved bug.
This commit is contained in:
@@ -742,7 +742,6 @@ class fileModel extends model
|
||||
$content = $this->pasteImage($data->$editorID, $uid);
|
||||
if($content) $data->$editorID = $content;
|
||||
|
||||
$data->$editorID = htmlspecialchars_decode($data->$editorID);
|
||||
$data->$editorID = preg_replace("/ src=\"$readLinkReg\" /", ' src="' . $imgURL . '" ', $data->$editorID);
|
||||
$data->$editorID = preg_replace("/ src=\"" . htmlSpecialString($readLinkReg) . "\" /", ' src="' . $imgURL . '" ', $data->$editorID);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user