The latest update of event_staticpage throws a fatal error due to a typo together with lots of notices
Line 1212 is this:Fatal error: Call to undefined function serendipit_header() in /var/www/virtual/xxx/plugins/serendipity_event_staticpage/serendipity_event_staticpage.php on line 1212
Code: Select all
serendipit_header('Status: 404 Not Found');Code: Select all
serendipity_header('Status: 404 Not Found');