diff options
author | friendica <info@friendica.com> | 2013-08-01 19:18:05 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-08-01 19:18:05 -0700 |
commit | 27b4127f30cc40c4900298952db34ffd0e05cd2e (patch) | |
tree | 60218517fc70fb7442e706bd8d3141420cd5411c /include/text.php | |
parent | 222fe08420802f7eacd4a544953f507d536c3fb8 (diff) | |
download | volse-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-x | include/text.php | 2 |
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(); |