diff options
| -rw-r--r-- | it.class | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -611,7 +611,7 @@ static function any2utf8($value, $errprefix = "") $value = preg_replace('/\xc2\xad/', '', $value); # Kill invisible soft hyphens $value = normalizer_normalize($value, Normalizer::FORM_C); if ($error && $errprefix) - it::error(array('title' => "$errprefix: " . trim($error))); + it::error(['title' => "$errprefix: " . trim($error), 'blockmailid' => "it_any2utf8", 'blockmail' => 2*86400]); # FIXME 2026-02 UM revert suppression } return $value; |