updated plugin WP Mail SMTP
version 2.0.0
This commit is contained in:
@ -76,7 +76,7 @@ class SysVCacheItemPool implements CacheItemPoolInterface
|
||||
public function __construct($options = [])
|
||||
{
|
||||
if (! extension_loaded('sysvshm')) {
|
||||
throw \RuntimeException(
|
||||
throw new \RuntimeException(
|
||||
'sysvshm extension is required to use this ItemPool');
|
||||
}
|
||||
$this->options = $options + [
|
||||
|
Reference in New Issue
Block a user