php warning, $uplink didn't have a default

This commit is contained in:
zotlabs 2016-10-22 13:20:51 -07:00
parent 6bf92979a2
commit 8fc87411fa

View file

@ -321,7 +321,7 @@ function bb2diaspora_itemwallwall(&$item,$uplink = false) {
}
function bb2diaspora_itembody($item, $force_update = false, $have_channel = false, $uplink) {
function bb2diaspora_itembody($item, $force_update = false, $have_channel = false, $uplink = false) {
if(! get_iconfig($item,'diaspora','fields')) {