diff options
author | friendica <info@friendica.com> | 2014-09-14 19:20:16 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-09-14 19:20:16 -0700 |
commit | f2b0311f9d0446f4cfbf57143aa58462c7c8f39a (patch) | |
tree | c3ef6bf0c7bd65fcd8d0e441f6e6c2b2925605ef /include | |
parent | b2fe2b067acc126f5138cbfc31a054ab35447498 (diff) | |
download | volse-hubzilla-f2b0311f9d0446f4cfbf57143aa58462c7c8f39a.tar.gz volse-hubzilla-f2b0311f9d0446f4cfbf57143aa58462c7c8f39a.tar.bz2 volse-hubzilla-f2b0311f9d0446f4cfbf57143aa58462c7c8f39a.zip |
that won't work...
Diffstat (limited to 'include')
-rw-r--r-- | include/bb2diaspora.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/bb2diaspora.php b/include/bb2diaspora.php index d9977d732..846725639 100644 --- a/include/bb2diaspora.php +++ b/include/bb2diaspora.php @@ -296,7 +296,8 @@ function bb2diaspora_itembody($item) { logger('bb2diaspora_itembody: cached '); $newitem = $item; $newitem['body'] = $meta['body']; - bb2diaspora_itemwallwall($newitem); +// this won't work - the post is now in markdown +// bb2diaspora_itemwallwall($newitem); return $newitem['body']; } } |