[TYPO3-core] RFC #13739: "Show" clickmenu in page tree does not work for mount pages
Thorsten Kahler
thorsten.kahler at dkd.de
Tue Mar 23 17:45:55 CET 2010
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
schrieb Francois Suter am 23.03.10 14:10:
>> - TYPO3_4-2 (rev. 7127, will be in 4.2.13)
>
> This introduced a bug in 4.2, due to the following line:
>
> $sys_page = t3lib_div::makeInstance('t3lib_pageSelect');
>
> t3lib_div::makeInstance() tries to load the required file smartly, but
> since we have a naming inconsistency it fails (the file is called
> "class.t3lib_page.php" and not "class.t3lib_pageselect.php").
>
> The solution is to explicitly include the file before the above call:
>
> t3lib_div::requireOnce(PATH_t3lib . 'class.t3lib_page.php');
>
+1 from me for the follow-up
Cheers
Thorsten
- --
Thorsten Kahler
thorsten.kahler at dkd.de
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.8 (Darwin)
iEYEARECAAYFAkuo8EMACgkQmfCxYiz3uLkWBQCfQndiEr2qsHdaLO2Zi8aUOuoo
KhEAmQEX77xLGX45gz8hG3ub+cTOgoYq
=QFA/
-----END PGP SIGNATURE-----
More information about the TYPO3-team-core
mailing list