The proxy function sometimes kills embedded pictures ...
This commit is contained in:
parent
5545008768
commit
2676a0f0e5
3 changed files with 28 additions and 8 deletions
|
@ -1410,8 +1410,8 @@ function prepare_body(&$item,$attach = false, $preview = false) {
|
|||
put_item_in_cache($item, true);
|
||||
$s = $item["rendered-html"];
|
||||
|
||||
require_once("mod/proxy.php");
|
||||
$s = proxy_parse_html($s);
|
||||
//require_once("mod/proxy.php");
|
||||
//$s = proxy_parse_html($s);
|
||||
|
||||
$prep_arr = array('item' => $item, 'html' => $s, 'preview' => $preview);
|
||||
call_hooks('prepare_body', $prep_arr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue