From: hannes Date: Mon, 11 Jan 2016 20:58:34 +0000 (+0000) Subject: forgot we need access to $html too X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a1b509bb0b60f0d08b93ab3b210af829e468d4e0;p=quix0rs-gnu-social.git forgot we need access to $html too --- 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; }