diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-02-03 09:24:09 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-02-03 09:24:09 +0100 |
commit | dd2a5e6b28d537b9a8c2bb1a978faa46dfb869cc (patch) | |
tree | cd4aa364519bee76e1cbec9d5f776bb494fc543f /include/items.php | |
parent | 028b2a655de8c9d7b1f0de05a869e59c2b219818 (diff) | |
parent | 7e1e9ac94a1cf2fb01a3052f7fd9d0f2049079b5 (diff) | |
download | volse-hubzilla-dd2a5e6b28d537b9a8c2bb1a978faa46dfb869cc.tar.gz volse-hubzilla-dd2a5e6b28d537b9a8c2bb1a978faa46dfb869cc.tar.bz2 volse-hubzilla-dd2a5e6b28d537b9a8c2bb1a978faa46dfb869cc.zip |
Merge branch 'dev' into wip-app-bin
Diffstat (limited to 'include/items.php')
-rwxr-xr-x | include/items.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/items.php b/include/items.php index 559992b7f..139c637e5 100755 --- a/include/items.php +++ b/include/items.php @@ -2191,7 +2191,7 @@ function store_diaspora_comment_sig($datarray, $channel, $parent_item, $post_id, // since Diaspora doesn't handle edits we can only do this for the original text and not update it. - require_once('include/bb2diaspora.php'); + require_once('include/markdown.php'); $signed_body = bb2diaspora_itembody($datarray,$walltowall); if($walltowall) { |