Index: typo3/template.php =================================================================== --- typo3/template.php (revision 10138) +++ typo3/template.php (working copy) @@ -521,7 +521,7 @@ function makeShortcutIcon($gvList,$setList,$modName,$motherModName="") { $backPath=$this->backPath; $storeUrl=$this->makeShortcutUrl($gvList,$setList); - $pathInfo = parse_url(t3lib_div::getIndpEnv('REQUEST_URI')); + $pathInfo = parse_url(t3lib_div::getIndpEnv('REQUEST_URL')); // Add the module identifier automatically if typo3/mod.php is used: if (preg_match('/typo3\/mod\.php$/', $pathInfo['path']) && isset($GLOBALS['TBE_MODULES']['_PATHS'][$modName])) {