dakala / fullcalendar

Fork of Fullcalendar Drupal 8 module
3 stars 9 forks source link

White Screen of Death (WSD) #2848422 #21

Open pslcbs opened 6 years ago

pslcbs commented 6 years ago

Hi, as shown on Drupal issue #2540598 is necessary to change the class and method used in fullcalendar_legend.theme.inc from String::checkplain() to Html:escape() to fix:

Fatal error: Cannot use Drupal\Component\Utility\String as String because 'String' is a special class name in /var/www/publicpower/web/modules/contrib/fullcalendar/fullcalendar_legend/fullcalendar_legend.theme.inc on line 8

Patch provided on issue page