Merge pull request #6132 from colemanw/CRM-16795
[civicrm-core.git] / CRM / Utils / Cache.php
index 94b2cfb4ee28698a515b59b17abfa127eded7d4b..abe356bab3e8ce9d7a96866eb50f9adf77b71809 100644 (file)
@@ -83,7 +83,6 @@ class CRM_Utils_Cache {
 
       // a generic method for utilizing any of the available db caches.
       $dbCacheClass = 'CRM_Utils_Cache_' . $className;
-      require_once str_replace('_', DIRECTORY_SEPARATOR, $dbCacheClass) . '.php';
       $settings = self::getCacheSettings($className);
       self::$_singleton = new $dbCacheClass($settings);
     }