From: Marcel Werk Date: Tue, 31 Dec 2024 12:29:45 +0000 (+0100) Subject: Revert "Fix removal of asterisks in censorship statements" X-Git-Tag: 6.1.3_dev_2~2^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=1304bbe86770e053ec9fdafb594b57bb756cef0e;p=GitHub%2FWoltLab%2FWCF.git Revert "Fix removal of asterisks in censorship statements" This reverts commit a0281adf9edbf0d0cf9dd48c713aaa5dfc87ddde. See https://www.woltlab.com/community/thread/310091-platzhalter-in-zensur-funktion-funktioniert-f%C3%BCr-urls-nicht-mehr/ --- diff --git a/wcfsetup/install/files/lib/system/message/censorship/Censorship.class.php b/wcfsetup/install/files/lib/system/message/censorship/Censorship.class.php index 4ef182e4a7..4ac98a4b0a 100644 --- a/wcfsetup/install/files/lib/system/message/censorship/Censorship.class.php +++ b/wcfsetup/install/files/lib/system/message/censorship/Censorship.class.php @@ -25,7 +25,7 @@ class Censorship extends SingletonFactory * word delimiters * @var string */ - protected $delimiters = '[\s\x21-\x29\x2B-\x2F\x3A-\x3F\x5B-\x60\x7B-\x7D]'; + protected $delimiters = '[\s\x21-\x2F\x3A-\x3F\x5B-\x60\x7B-\x7E]'; /** * list of words