Index: typo3/class.browse_links.php =================================================================== --- typo3/class.browse_links.php (revision 5362) +++ typo3/class.browse_links.php (working copy) @@ -162,6 +162,7 @@ * @return void */ function TBE_browser_recordList () { + parent::__construct(); $this->thisScript = t3lib_div::getIndpEnv('SCRIPT_NAME'); }