aboutsummaryrefslogtreecommitdiffstats
path: root/include/text.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-08-01 19:18:05 -0700
committerfriendica <info@friendica.com>2013-08-01 19:18:05 -0700
commit27b4127f30cc40c4900298952db34ffd0e05cd2e (patch)
tree60218517fc70fb7442e706bd8d3141420cd5411c /include/text.php
parent222fe08420802f7eacd4a544953f507d536c3fb8 (diff)
downloadvolse-hubzilla-27b4127f30cc40c4900298952db34ffd0e05cd2e.tar.gz
volse-hubzilla-27b4127f30cc40c4900298952db34ffd0e05cd2e.tar.bz2
volse-hubzilla-27b4127f30cc40c4900298952db34ffd0e05cd2e.zip
pass item by reference so title can be altered
Diffstat (limited to 'include/text.php')
-rwxr-xr-xinclude/text.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/text.php b/include/text.php
index 66fa668a9..814c564a3 100755
--- a/include/text.php
+++ b/include/text.php
@@ -977,7 +977,7 @@ function link_compare($a,$b) {
-function prepare_body($item,$attach = false) {
+function prepare_body(&$item,$attach = false) {
$a = get_app();