remove $item from $prep_arr - we probably do not need it
This commit is contained in:
parent
f12ebffa39
commit
c8d8ae89d7
@ -1437,7 +1437,7 @@ function prepare_body(&$item,$attach = false) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$prep_arr = array(
|
$prep_arr = array(
|
||||||
'item' => $item,
|
//'item' => $item,
|
||||||
'html' => $s,
|
'html' => $s,
|
||||||
'categories' => $categories,
|
'categories' => $categories,
|
||||||
'folders' => $filer,
|
'folders' => $filer,
|
||||||
|
Reference in New Issue
Block a user