mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 01:58:47 +02:00
Regression due to XSS fix (#446): auto-refresh block was showing an assertion failed message. Fixed.
SVN:trunk[1488]
This commit is contained in:
@@ -366,7 +366,7 @@ try
|
||||
$oPage->SetContentType('text/html');
|
||||
if ($sFilter != "")
|
||||
{
|
||||
$sExtraParams = stripslashes(utils::ReadParam('extra_params', ''));
|
||||
$sExtraParams = stripslashes(utils::ReadParam('extra_params', '', false, 'raw_data'));
|
||||
$aExtraParams = array();
|
||||
if (!empty($sExtraParams))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user