aboutsummaryrefslogtreecommitdiffstats
path: root/include/text.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-10-14 22:46:40 +0200
committerMario Vavti <mario@mariovavti.com>2015-10-14 22:46:40 +0200
commitc8d8ae89d769f8b650c44e1387a0c33a759be87b (patch)
tree10e0a7fed29ae12a4e0f1fc918fcd778d931f231 /include/text.php
parentf12ebffa39b0bfa320e665a741ec57e48717e33a (diff)
downloadvolse-hubzilla-c8d8ae89d769f8b650c44e1387a0c33a759be87b.tar.gz
volse-hubzilla-c8d8ae89d769f8b650c44e1387a0c33a759be87b.tar.bz2
volse-hubzilla-c8d8ae89d769f8b650c44e1387a0c33a759be87b.zip
remove $item from $prep_arr - we probably do not need it
Diffstat (limited to 'include/text.php')
-rw-r--r--include/text.php2
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,