2008-06-21 Stanislas Rolland <typo3@sjbr.ca>
* Added feature #8790: htmlArea RTE image selection should honour hooking browsers
+ * Fixed bug #8717 (cleanup): htmlArea RTE link browser does not honour correctly hooking browsers
2008-06-17 Stanislas Rolland <typo3@sjbr.ca>
2008-06-21 Stanislas Rolland <typo3@sjbr.ca>
* Added feature #8790: htmlArea RTE image selection should honour hooking browsers
+ * Fixed bug #8717 (cleanup): htmlArea RTE link browser does not honour correctly hooking browsers
2008-06-17 Stanislas Rolland <typo3@sjbr.ca>
// init hook objects:
$this->hookObjects = array();
- if (is_array($TYPO3_CONF_VARS['SC_OPTIONS']['typo3/class.browse_links.php']['browseLinksHook'])) {
- foreach($TYPO3_CONF_VARS['SC_OPTIONS']['typo3/class.browse_links.php']['browseLinksHook'] as $classData) {
+ if (is_array($TYPO3_CONF_VARS['SC_OPTIONS']['ext/rtehtmlarea/mod3/class.tx_rtehtmlarea_browse_links.php']['browseLinksHook'])) {
+ foreach($TYPO3_CONF_VARS['SC_OPTIONS']['ext/rtehtmlarea/mod3/class.tx_rtehtmlarea_browse_links.php']['browseLinksHook'] as $classData) {
$processObject = &t3lib_div::getUserObj($classData);
if(!($processObject instanceof t3lib_browseLinksHook)) {