[TYPO3-core] FYI: #13448: typo in BE cache init section
Steffen Kamper
ks at dislabs.de
Sun Feb 7 22:51:48 CET 2010
Hi Christian,
Christian Kuhn schrieb:
> FYI, the following patch has been committed:
>
> - trunk rev. 6868
> - 4-3 rev. 6869
>
>
> Type: bugfix, no-brainer
>
> Bugtracker reference:
> http://bugs.typo3.org/view.php?id=13448
>
> Problem:
> init.php unsets a non-existing variable while initializing the caching
> framework.
>
> Solution:
> Change unset($cacheFactoryClass); to unset($typo3CacheFactory);
>
> Notes:
> Thanks to Vladimir Podkovanov for the report.
>
i also saw this in BT, and wondered.
But, if unsetting, both objects should be unset:
unset($typo3CacheManager, $typo3CacheFactory);
vg Steffen
More information about the TYPO3-team-core
mailing list