Bug #20291 ยป 10865.diff
typo3/class.browse_links.php (working copy) | ||
---|---|---|
* @return void
|
||
*/
|
||
function TBE_browser_recordList () {
|
||
parent::__construct();
|
||
$this->thisScript = t3lib_div::getIndpEnv('SCRIPT_NAME');
|
||
}
|
||