pass item by reference so title can be altered
This commit is contained in:
@@ -977,7 +977,7 @@ function link_compare($a,$b) {
|
||||
|
||||
|
||||
|
||||
function prepare_body($item,$attach = false) {
|
||||
function prepare_body(&$item,$attach = false) {
|
||||
|
||||
$a = get_app();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user