Fix for PHP Fatal error: Function name must be a string in /var/www/hubzilla/include/items.php on line 3325
Please review if this is correct?
This commit is contained in:
parent
b1888afa10
commit
fc804751a2
@ -3322,7 +3322,7 @@ function start_delivery_chain($channel, $item, $item_id, $parent) {
|
|||||||
dbesc($title),
|
dbesc($title),
|
||||||
dbesc($body),
|
dbesc($body),
|
||||||
intval($item_wall),
|
intval($item_wall),
|
||||||
$intval($item_origin),
|
intval($item_origin),
|
||||||
intval($item_id)
|
intval($item_id)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user