Bug at feedwordpress.php:2292
-
Bug: Warning: Undefined variable $type in /wp-content/plugins/feedwordpress/feedwordpress.php on line 2292
As the variable is undefined, this can be patched from:
return self::sanitized_parameter( MyPHP::post( $key, $default, $type ), $sanitizer );
to
return self::sanitized_parameter( MyPHP::post( $key, $default ), $sanitizer );
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Bug at feedwordpress.php:2292’ is closed to new replies.