X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FUtils%2FCache.php;h=abe356bab3e8ce9d7a96866eb50f9adf77b71809;hb=b82c6f4039d923a50790c88ee9a3663887923863;hp=94b2cfb4ee28698a515b59b17abfa127eded7d4b;hpb=e7112fa7e47b60bc62f543f89c63f1e024546995;p=civicrm-core.git diff --git a/CRM/Utils/Cache.php b/CRM/Utils/Cache.php index 94b2cfb4ee..abe356bab3 100644 --- a/CRM/Utils/Cache.php +++ b/CRM/Utils/Cache.php @@ -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); }