From a1b509bb0b60f0d08b93ab3b210af829e468d4e0 Mon Sep 17 00:00:00 2001 From: hannes Date: Mon, 11 Jan 2016 20:58:34 +0000 Subject: [PATCH] forgot we need access to $html too --- lib/util.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util.php b/lib/util.php index c6951200b5..294c032216 100644 --- a/lib/util.php +++ b/lib/util.php @@ -594,7 +594,7 @@ function common_purify($html) $html = common_remove_unicode_formatting($html); $purified = htmLawed($html, $config); - Event::handle('EndCommonPurify', array(&$purified)); + Event::handle('EndCommonPurify', array(&$purified, $html)); return $purified; } -- 2.39.5