Project

General

Profile

Bug #18673 » 8205_urldecode.diff

Administrator Admin, 2008-04-22 23:34

View differences:

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');
(1-1/10)