aboutsummaryrefslogtreecommitdiffstats
path: root/include/text.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-05-01 22:45:38 -0700
committerredmatrix <git@macgirvin.com>2016-05-01 22:45:38 -0700
commita10fe5f13e67faa33a72caa33c49c36113213ffe (patch)
treee48c4e25990516fb6fde181bfe693b29da5cd070 /include/text.php
parentbd2f11ed8b0be4fb611c33e85b568048f79b7090 (diff)
downloadvolse-hubzilla-a10fe5f13e67faa33a72caa33c49c36113213ffe.tar.gz
volse-hubzilla-a10fe5f13e67faa33a72caa33c49c36113213ffe.tar.bz2
volse-hubzilla-a10fe5f13e67faa33a72caa33c49c36113213ffe.zip
a couple of bugfixes from earlier checkins and implementation of source tags
Diffstat (limited to 'include/text.php')
-rw-r--r--include/text.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/text.php b/include/text.php
index cf2f777aa..66a49d4b5 100644
--- a/include/text.php
+++ b/include/text.php
@@ -122,7 +122,7 @@ function z_input_filter($channel_id,$s,$type = 'text/bbcode') {
-function purify_html($s, $allow_position) {
+function purify_html($s, $allow_position = false) {
require_once('library/HTMLPurifier.auto.php');
require_once('include/html2bbcode.php');