send the correct number of args
This commit is contained in:
parent
dff9e18c1e
commit
f00a701ad1
@ -362,7 +362,7 @@ function bb2diaspora_itembody($item, $force_update = false, $have_channel = fals
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(! $have_channel)
|
if(! $have_channel)
|
||||||
bb2diaspora_itemwallwall($newitem, $newpost);
|
bb2diaspora_itemwallwall($newitem);
|
||||||
|
|
||||||
$title = $newitem['title'];
|
$title = $newitem['title'];
|
||||||
$body = preg_replace('/\#\^http/i', 'http', $newitem['body']);
|
$body = preg_replace('/\#\^http/i', 'http', $newitem['body']);
|
||||||
|
Reference in New Issue
Block a user