PHP Error
-
PHP error:
PHP Deprecated: implode(): Passing glue string after array is deprecated. Swap the parameters in /home2/xxx/public_html/wp-content/plugins/post-smtp/Postman/Postman-Mail/google-api-client/vendor/google/apiclient/src/Google/Service/Resource.php on line 291
Replace this:
$requestUrl .= '?' . implode($queryVars, '&');
With this:
$requestUrl .= '?' . implode('&', $queryVars);
Kind regards.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘PHP Error’ is closed to new replies.