aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-10-09 20:59:33 -0700
committerfriendica <info@friendica.com>2014-10-09 20:59:33 -0700
commit4634049549fb0ee7350bb6328f24b36c21a19855 (patch)
tree10ff593e8ed4216b02556ca26054e7e5226eac89 /include/items.php
parentc78227292709f8f36206c7234dbf3548e476d442 (diff)
downloadvolse-hubzilla-4634049549fb0ee7350bb6328f24b36c21a19855.tar.gz
volse-hubzilla-4634049549fb0ee7350bb6328f24b36c21a19855.tar.bz2
volse-hubzilla-4634049549fb0ee7350bb6328f24b36c21a19855.zip
allow (our own) ajax urls to pass through bbcode intact.
Diffstat (limited to 'include/items.php')
-rwxr-xr-xinclude/items.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/items.php b/include/items.php
index a930a7c3e..e64e91dc3 100755
--- a/include/items.php
+++ b/include/items.php
@@ -2072,6 +2072,7 @@ function item_store($arr,$allow_exec = false) {
return $ret;
}
+
// is the new message multi-level threaded?
// even though we don't support it now, preserve the info
// and re-attach to the conversation parent.