Ticket #191 (closed defect: invalid)
PHP Fatal error: Call to undefined function filter_xss_bad_protocol()
Reported by: | chris | Owned by: | jim |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Drupal modules & settings | Keywords: | |
Cc: | jim, ed | Estimated Number of Hours: | 0.0 |
Add Hours to Ticket: | 0 | Billable?: | yes |
Total Hours: | 0 |
Description
I don't know if this is worth following up, from logwatch:
Dec 1 08:30:11 quince apache2: PHP Fatal error: Call to undefined function filter_xss_bad_protocol() in /web/transitionnetwork.org/www/sites/all/modules/securepages/securepages.module on line 312
This is the line in question:
$options['external'] = ($colonpos !== FALSE && !preg_match('![/?#]!', substr($path, 0, $colonpos)) && filter_xss_bad_protocol($path, FALSE) == check_plain($path));
Change History
Note: See
TracTickets for help on using
tickets.
Ancient, obsolete, closing.