remove $item from $prep_arr - we probably do not need it

This commit is contained in:
Mario Vavti 2015-10-14 22:46:40 +02:00
parent f12ebffa39
commit c8d8ae89d7

View File

@ -1437,7 +1437,7 @@ function prepare_body(&$item,$attach = false) {
}
$prep_arr = array(
'item' => $item,
//'item' => $item,
'html' => $s,
'categories' => $categories,
'folders' => $filer,