all repos — wp-ffpc @ e06e6991be76bab3a7b7292d5c0f87d206e19923

Merge pull request #8 from dkcwd/patch-1

Update wp-ffpc-class.php
Peter Molnar hello@petermolnar.eu
Thu, 03 Apr 2014 15:48:38 +0100
commit

e06e6991be76bab3a7b7292d5c0f87d206e19923

parent

1f3a4fecb2701092e0252718850aec5351aa7ccf

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M wp-ffpc-class.phpwp-ffpc-class.php

@@ -220,7 +220,7 @@ $memcache_settings = ini_get_all( 'memcache' );

if ( !empty ( $memcache_settings ) && $this->options['cache_type'] == 'memcache' ) { $memcache_protocol = strtolower($memcache_settings['memcache.protocol']['local_value']); - if ( $memcached_protocol == 'binary' ) { + if ( $memcache_protocol == 'binary' ) { $this->errors['binary_memcache'] = __('WARNING: Memcache extension is configured to use binary mode. This is very buggy and the plugin will most probably not work correctly. <br />Please consider to change either to ASCII mode or to Memcached extension.', $this->plugin_constant ); } }