Bug #18673 » 8205_urldecode.diff
typo3/classes/class.shortcutmenu.php (working copy) | ||
---|---|---|
$shortcutName = 'Shortcut'; // default name
|
||
$shortcutNamePrepend = '';
|
||
$url = urldecode(t3lib_div::_POST('url'));
|
||
$url = t3lib_div::_POST('url');
|
||
$module = t3lib_div::_POST('module');
|
||
$motherModule = t3lib_div::_POST('motherModName');
|
||