updated plugin W3 Total Cache
version 2.6.1
This commit is contained in:
@ -589,7 +589,7 @@ class W3tcOAuthUtil {
|
||||
$value = isset($split[1]) ? W3tcOAuthUtil::urldecode_rfc3986($split[1]) : '';
|
||||
|
||||
if (isset($parsed_parameters[$parameter])) {
|
||||
// We have already recieved parameter(s) with this name, so add to the list
|
||||
// We have already received parameter(s) with this name, so add to the list
|
||||
// of parameters with this name
|
||||
|
||||
if (is_scalar($parsed_parameters[$parameter])) {
|
||||
|
Reference in New Issue
Block a user