pass item by reference so title can be altered

This commit is contained in:
friendica
2013-08-01 19:18:05 -07:00
parent 222fe08420
commit 27b4127f30
2 changed files with 21 additions and 13 deletions

View File

@@ -977,7 +977,7 @@ function link_compare($a,$b) {
function prepare_body($item,$attach = false) {
function prepare_body(&$item,$attach = false) {
$a = get_app();