Actions
Bug #17859
closedXClass of class.browse_links.php
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2007-11-28
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.1
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
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)
Actions