updated plugin W3 Total Cache
version 2.5.0
This commit is contained in:
@ -40,7 +40,7 @@ class Root_Loader {
|
||||
$plugins[] = new DbCache_Plugin();
|
||||
}
|
||||
|
||||
if ( $c->get_boolean( 'objectcache.enabled' ) ) {
|
||||
if ( $c->getf_boolean( 'objectcache.enabled' ) ) {
|
||||
$plugins[] = new ObjectCache_Plugin();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user