1
0
Fork 0

The proxy function sometimes kills embedded pictures ...

This commit is contained in:
Michael Vogel 2015-10-05 22:19:34 +02:00
commit 2676a0f0e5
3 changed files with 28 additions and 8 deletions

View file

@ -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);