Project

General

Profile

Bug #17462 ยป 0005949.patch

Administrator Admin, 2007-07-13 17:11

View differences:

typo3/template.php (Arbeitskopie)
$storeUrl=$this->makeShortcutUrl($gvList,$setList);
$pathInfo = parse_url(t3lib_div::getIndpEnv('REQUEST_URI'));
// Add the module identifier automatically if typo3/mod.php is used:
if (ereg('typo3/mod\.php$', $pathInfo['path']) && isset($GLOBALS['TBE_MODULES']['_PATHS'][$modName])) {
$storeUrl = '&M='.$modName.$storeUrl;
}
if (!strcmp($motherModName,'1')) {
$mMN="&motherModName='+top.currentModuleLoaded+'";
} elseif ($motherModName) {
    (1-1/1)