aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-02-02 19:12:48 -0800
committerzotlabs <mike@macgirvin.com>2017-02-02 19:12:48 -0800
commit7e1e9ac94a1cf2fb01a3052f7fd9d0f2049079b5 (patch)
tree8319666f0f83576dbc6a9696775084a94fb35c5e /include
parent29daf1eceee6321f486c0c3fbd072a258aad6929 (diff)
downloadvolse-hubzilla-7e1e9ac94a1cf2fb01a3052f7fd9d0f2049079b5.tar.gz
volse-hubzilla-7e1e9ac94a1cf2fb01a3052f7fd9d0f2049079b5.tar.bz2
volse-hubzilla-7e1e9ac94a1cf2fb01a3052f7fd9d0f2049079b5.zip
rename bb2diaspora.php to markdown.php
Diffstat (limited to 'include')
-rwxr-xr-xinclude/items.php2
-rw-r--r--include/markdown.php (renamed from include/bb2diaspora.php)2
2 files changed, 2 insertions, 2 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) {
diff --git a/include/bb2diaspora.php b/include/markdown.php
index 1759154f0..b4656f769 100644
--- a/include/bb2diaspora.php
+++ b/include/markdown.php
@@ -1,6 +1,6 @@
<?php
/**
- * @file include/bb2diaspora.php
+ * @file include/markdown.php
* @brief Some functions for BB conversions for Diaspora protocol.
*/