Index: typo3/sysext/rtehtmlarea/ext_autoload.php =================================================================== --- typo3/sysext/rtehtmlarea/ext_autoload.php (révision 9242) +++ typo3/sysext/rtehtmlarea/ext_autoload.php (copie de travail) @@ -13,7 +13,7 @@ 'tx_rtehtmlarea_pi2' => $rtehtmlareaExtensionPath . 'pi2/class.tx_rtehtmlarea_pi2.php', 'tx_rtehtmlarea_pi3' => $rtehtmlareaExtensionPath . 'pi3/class.tx_rtehtmlarea_pi3.php', 'tx_rtehtmlarea_browse_links' => $rtehtmlareaExtensionPath . 'mod3/class.tx_rtehtmlarea_browse_links.php', - 'class.tx_rtehtmlarea_select_image.php' => $rtehtmlareaExtensionPath . 'mod4/class.tx_rtehtmlarea_select_image.php', + 'tx_rtehtmlarea_select_image' => $rtehtmlareaExtensionPath . 'mod4/class.tx_rtehtmlarea_select_image.php', 'tx_rtehtmlarea_user' => $rtehtmlareaExtensionPath . 'mod5/class.tx_rtehtmlarea_user.php', 'tx_rtehtmlarea_parse_html' => $rtehtmlareaExtensionPath . 'mod6/class.tx_rtehtmlarea_parse_html.php', );