Bug #17859
closedXClass of class.browse_links.php
0%
Description
It looks like that we can't create XClass for this class. I have to create an XClass for changing asort to natcasesort for the file listing.
See case 0005435.
See my code in "additional information" paragraph.
ext_localconf.php file
$TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['typo3/class.browse_links.php'] = t3lib_extMgm::extPath($_EXTKEY).'class.ux_browse_links.php';
class.ux_browse_links.php file
class ux_browse_links extends browse_links {
function expandFolder($expandFolder=0,$extensionList='') {
}
}
(issue imported from #M6848)
Updated by Stanislas Rolland over 15 years ago
I see no reason why the xclass would not work. However, beware that this class is extended by many others (RTE, DAM, etc.)
But the real issue is the sort order of the files.
Updated by Oliver Hader over 15 years ago
I think that placing hooks is better here since this file is used in many plugins/modules/extensions.
Updated by Tolleiv Nietsch over 12 years ago
- Status changed from New to Closed
- Target version deleted (
0)
Imho not relevant anymore after #31893