X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Ffactories%2Fcache%2Fclass_CacheFactory.php;fp=inc%2Fclasses%2Fmain%2Ffactories%2Fcache%2Fclass_CacheFactory.php;h=e2cb7bce35571fc18604c469a8c6180758272f7a;hp=48f83383fe8b7e22213447c9b2cd645235b2fc47;hb=0e9b4c76519b80ed1369936f56a68cea65aff56d;hpb=42bc0e1fc5ae4653fe04c9d41474c874a0050b69 diff --git a/inc/classes/main/factories/cache/class_CacheFactory.php b/inc/classes/main/factories/cache/class_CacheFactory.php index 48f83383fe..e2cb7bce35 100644 --- a/inc/classes/main/factories/cache/class_CacheFactory.php +++ b/inc/classes/main/factories/cache/class_CacheFactory.php @@ -66,7 +66,7 @@ class CacheFactory extends BaseFactory { */ public function createConfiguredCache () { // Read the config entry - $cacheType = $this->getConfigInstance()->readConfig("cache_type"); + $cacheType = $this->getConfigInstance()->readConfig("cache_class"); // And get a new instance $cacheInstance = ObjectFactory::createObjectByName($cacheType);