readConfig() is not naming convention, renamed to getConfigEntry()
[core.git] / inc / classes / main / factories / cache / class_CacheFactory.php
index 5e169fb94675e23827556ba1b8d33beabe3e3239..33619baa9f8662d21b8659cfca86aea48d8ccf13 100644 (file)
@@ -60,7 +60,7 @@ class CacheFactory extends BaseFactory {
         */
        public function createConfiguredCache () {
                // Read the config entry
-               $cacheType = $this->getConfigInstance()->readConfig('cache_class');
+               $cacheType = $this->getConfigInstance()->getConfigEntry('cache_class');
 
                // And get a new instance
                $cacheInstance = ObjectFactory::createObjectByName($cacheType);