From 24e81c0fd24f543dee0c05c55eef1c871387e4c1 Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Tue, 26 Sep 2000 12:49:13 +0000
Subject: [PATCH] no comment

---
 function.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/function.inc b/function.inc
index 4caf5391cce9..fc60d9ef7e37 100644
--- a/function.inc
+++ b/function.inc
@@ -31,7 +31,7 @@ function FixQuotes ($what = "") {
 
 function check($message) {
   include "config.inc";
-  return nl2br(strip_tags(stripslashes($message, $allowed_html)));
+  return nl2br(strip_tags(stripslashes($message), $allowed_html));
 }
 
 function discussion_num_replies($id, $count = 0) {
-- 
GitLab