aboutsummaryrefslogtreecommitdiffstats
path: root/include/bb2diaspora.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2016-10-22 13:20:51 -0700
committerzotlabs <mike@macgirvin.com>2016-10-22 13:20:51 -0700
commit8fc87411fa2b51d56abd7bf2b34a497485a94373 (patch)
tree1b8ba753cd9a4b4d735edae9087042f95df7c6e4 /include/bb2diaspora.php
parent6bf92979a2afe6769e572846e344ffaf3b0c7d85 (diff)
downloadvolse-hubzilla-8fc87411fa2b51d56abd7bf2b34a497485a94373.tar.gz
volse-hubzilla-8fc87411fa2b51d56abd7bf2b34a497485a94373.tar.bz2
volse-hubzilla-8fc87411fa2b51d56abd7bf2b34a497485a94373.zip
php warning, $uplink didn't have a default
Diffstat (limited to 'include/bb2diaspora.php')
-rw-r--r--include/bb2diaspora.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bb2diaspora.php b/include/bb2diaspora.php
index 14d5b4eef..514b2b339 100644
--- a/include/bb2diaspora.php
+++ b/include/bb2diaspora.php
@@ -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')) {