Merge pull request #35 from redmatrix/jeroenpraat-patch-1
Fix for PHP Fatal error: Function name must be a string in /var/www/…
This commit is contained in:
commit
350ea2bf28
@ -3322,7 +3322,7 @@ function start_delivery_chain($channel, $item, $item_id, $parent) {
|
||||
dbesc($title),
|
||||
dbesc($body),
|
||||
intval($item_wall),
|
||||
$intval($item_origin),
|
||||
intval($item_origin),
|
||||
intval($item_id)
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user