2010-02-07 Christian Kuhn <lolli@schwarzbu.ch>
+ * Fixed bug #13448: Typo in BE cache init section
* Follow-up to #13193: Added tests for tx_scheduler_croncmd
* Fixed bug #13193: Day of week in scheduler cron command is not calculated correctly
* Added feature #12859: caching framework db backend: Use t3lib_db to insert all tags in one run
t3lib_cache::initPageCache();
t3lib_cache::initPageSectionCache();
t3lib_cache::initContentHashCache();
- unset($cacheFactoryClass);
+ unset($typo3CacheFactory);
}
// *************************
// CLI dispatch processing