Tidy up PHP warnings
-
Just tidying some PHP warnings would changing this line:
https://plugins.trac.wordpress.org/browser/oauth2-provider/trunk/includes/actions.php#L93
to:
if (array_key_exists(‘path’, $url) && ( strpos( $url[‘path’], ‘oauth’ ) !== false ))
prevent an undefined array key path warning being logged? I’d submit this as a PR but couldn’t see where to do so.
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Tidy up PHP warnings’ is closed to new replies.