diff options
author | redmatrix <git@macgirvin.com> | 2016-04-20 19:56:01 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-04-20 19:56:01 -0700 |
commit | f00a701ad104737fd3a25eabec88ec47b9ce8a32 (patch) | |
tree | 5e0a7e0de232106e5241f928ea293a34602330b4 | |
parent | dff9e18c1e7051c6ff340f91feb118c6f177b7d8 (diff) | |
download | volse-hubzilla-f00a701ad104737fd3a25eabec88ec47b9ce8a32.tar.gz volse-hubzilla-f00a701ad104737fd3a25eabec88ec47b9ce8a32.tar.bz2 volse-hubzilla-f00a701ad104737fd3a25eabec88ec47b9ce8a32.zip |
send the correct number of args
-rw-r--r-- | include/bb2diaspora.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bb2diaspora.php b/include/bb2diaspora.php index add580636..9167cb5ad 100644 --- a/include/bb2diaspora.php +++ b/include/bb2diaspora.php @@ -362,7 +362,7 @@ function bb2diaspora_itembody($item, $force_update = false, $have_channel = fals } if(! $have_channel) - bb2diaspora_itemwallwall($newitem, $newpost); + bb2diaspora_itemwallwall($newitem); $title = $newitem['title']; $body = preg_replace('/\#\^http/i', 'http', $newitem['body']); |