[TYPO3-core] RFC#14752: Add Update Wizards for Skinning Changes

Oliver Klee typo3-german-02 at oliverklee.de
Sat Jun 19 17:49:57 CEST 2010


Hi,

> Index: typo3/sysext/install/mod/class.tx_install.php
> ===================================================================
> --- typo3/sysext/install/mod/class.tx_install.php	(Revision 7964)
> +++ typo3/sysext/install/mod/class.tx_install.php	(Arbeitskopie)
> @@ -153,6 +153,8 @@
>  require_once(t3lib_extMgm::extPath('install').'updates/class.tx_coreupdates_installnewsysexts.php');
>  require_once(t3lib_extMgm::extPath('install') . 'mod/class.tx_install_session.php');
>  require_once(t3lib_extMgm::extPath('install') . 'updates/class.tx_coreupdates_statictemplates.php');
> +require_once(t3lib_extMgm::extPath('install') . 'updates/class.tx_coreupdates_t3skin.php');
> +require_once(t3lib_extMgm::extPath('install') . 'updates/class.tx_coreupdates_compressionlevel.php');

Why not provide ext_autoload.php instead of having this ever-growing
list of includes?


Oli
-- 
Certified TYPO3 Integrator | TYPO3 Security Team Member


More information about the TYPO3-team-core mailing list