Skip to content

Commit 950a93d

Browse files
author
Ivan@Kruchkoff.com
committed
Remove undefined unused param.
1 parent 7dc69bc commit 950a93d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

feedwordpress.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2289,7 +2289,7 @@ static function param( $key, $type = 'REQUEST', $default = null, $sanitizer = nu
22892289
} /* FeedWordPress::param () */
22902290

22912291
static function post( $key, $default = null, $sanitizer = null ) {
2292-
return self::sanitized_parameter( MyPHP::post( $key, $default, $type ), $sanitizer );
2292+
return self::sanitized_parameter( MyPHP::post( $key, $default ), $sanitizer );
22932293
} /* FeedWordPress::post () */
22942294

22952295
static function shallow_sanitize( $item, $sanitizer = null ) {

0 commit comments

Comments
 (0)