+2008-01-06 Stanislas Rolland <stanislas.rolland@fructifor.ca>
+
+ * Fixed bug #6961: Errors in link creation popup window
+
2007-01-06 Oliver Hader <oh@inpublica.de>
* Fixed bug #5994: IRRE - RTEhtmlarea is not show in child records if parent has no RTE
+2008-01-07 Stanislas Rolland <stanislas.rolland@fructifor.ca>
+
+ * Fixed bug #6961: Errors in link creation popup window
+
2008-01-06 Stanislas Rolland <stanislas.rolland@fructifor.ca>
* Feature/Cleanup: Acronym plugin of htmlArea RTE using new plugin API and enabled in IE7
}
// init hook objects:
+ $this->hookObjects = array();
if(is_array($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['typo3/class.browse_links.php']['browseLinksHook'])) {
foreach($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['typo3/class.browse_links.php']['browseLinksHook'] as $classData) {
$processObject = &t3lib_div::getUserObj($classData);