Account created on 27 July 2005, almost 19 years ago
#

Recent comments

πŸ‡¦πŸ‡ΉAustria anschinsan

I tracked it down to:
$left_buttons = Xss::filter($options['left_buttons']); and
$right_buttons = Xss::filter($options['right_buttons']);

lines 168 and line 170 in Drupal\fullcalendar_view\FullcalendarViewPreprocess

strlen() does not accept an array, Xss::filter is using a method Unicode::validateUtf8, which is using strlen().

Production build 0.69.0 2024