diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-10-14 22:46:40 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-10-14 22:46:40 +0200 |
commit | c8d8ae89d769f8b650c44e1387a0c33a759be87b (patch) | |
tree | 10e0a7fed29ae12a4e0f1fc918fcd778d931f231 | |
parent | f12ebffa39b0bfa320e665a741ec57e48717e33a (diff) | |
download | volse-hubzilla-c8d8ae89d769f8b650c44e1387a0c33a759be87b.tar.gz volse-hubzilla-c8d8ae89d769f8b650c44e1387a0c33a759be87b.tar.bz2 volse-hubzilla-c8d8ae89d769f8b650c44e1387a0c33a759be87b.zip |
remove $item from $prep_arr - we probably do not need it
-rw-r--r-- | include/text.php | 2 |
1 files changed, 1 insertions, 1 deletions
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, |