From c8d8ae89d769f8b650c44e1387a0c33a759be87b Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Wed, 14 Oct 2015 22:46:40 +0200 Subject: remove $item from $prep_arr - we probably do not need it --- include/text.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/text.php') diff --git a/include/text.php b/include/text.php index 0354402af..0c944f57b 100644 --- a/include/text.php +++ b/include/text.php @@ -1437,7 +1437,7 @@ function prepare_body(&$item,$attach = false) { } $prep_arr = array( - 'item' => $item, + //'item' => $item, 'html' => $s, 'categories' => $categories, 'folders' => $filer, -- cgit v1.2.3